A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello,
you can use the Name Manager to create a range name that references a formula. On the Formulas ribbon, click "Name Manager". Click the "New" button. In the dialog that opens up, enter a name and in the "Refers to" box enter the formula.
When you enter the formula, you can click on cells in the workbook to add them to the formula. So, for example, if you want to write the formula ...
=Index(Sheet1!$A:$A,Match(Sheet2!$M$17,Sheet1!$B:$B,0))
... you start by typing a = sign and write Index(
Then click on Sheet1 and select column A
Then type a comma and type Match(
Then click on Sheet2 and select cell M17
then type a comma and click on Sheet1 and select column B
then type a comma and a zero and two closing brackets ))
The Name Manager can also be used to check what a dynamic range name currently refers to. Open the Name Manager, click on one of the name in the list, and the range will be highlighted with a marching ants border.
cheers, teylyn