Named Ranges
You can name a range or area of the grid, and then refer to it in formulae or user code. This can improve the readability and maintainability of your workbook.
How name a range
Select a range in the grid.
Select Data, Edit names.
A popup window lists the names that have been defined so far, with buttons to add new ones and delete existing ones.
Click Add.
A new line appears in the list.
Enter a name. This must be different from a cell reference, e.g. you can't call a range something like 'A1'.
If required, adjust the reference to the range. The reference must be absolute.
Click OK to apply the name and close the window.
How to use named ranges
In formulae
For greater readability and maintainability, use range names instead of explicit cell references.
For example, instead of writing =SUM(A12:Z12), write =SUM(monthlySales).
In user code
Range names are a way to define a variable referencing a CellRange. The variable is global, and is defined in the "Constants and Formatting" section of the code.
Comments
If you have comments, questions or suggestions about any of the Resolver One documentation, please post them to the Documentation Suggestions Forum.
