I'm trying to create a range name that is defined as a formula rather than it being a range of cells. The following formula works fine when I enter it into a cell but when I try to define it as a range name I get "#Value".
=indirect(address(test_sales,column()))/(indirect(address(test_ee,column())))/12)
test_sales - refers to row 13 (which equals 27002)
test_ee - refers to row 107 (which equals 447.4)
column - is simply the column formula which refers to whatever column it's in. In this case column would equal 71.
I'm using Excel 2000 and Windows 7 Professional. This is my first posting so if I have made any errors in "how to" or "what to" post just let me know.
Thank you in advance for your help.
=indirect(address(test_sales,column()))/(indirect(address(test_ee,column())))/12)
test_sales - refers to row 13 (which equals 27002)
test_ee - refers to row 107 (which equals 447.4)
column - is simply the column formula which refers to whatever column it's in. In this case column would equal 71.
I'm using Excel 2000 and Windows 7 Professional. This is my first posting so if I have made any errors in "how to" or "what to" post just let me know.
Thank you in advance for your help.