Hi Folks, I am migrating a number of formulas to make use of the INDIRECT funtion (see history here http://www.mrexcel.com/forum/showthread.php?t=556583).
One formula is giving me difficulties. It grabs the last value of a column in a worksheet and displays it in a 'calcs' worksheet.
I have it working correctly when pasted into individual worksheets:
=INDEX(C:C,MATCH(9.99999999999999E+307,C:C))
but when I move it to my 'calcs' worksheet and add in the indirect funtion to reference the original worksheet, I get the old #REF error which I believe its telling me it can't resolve the location:
=INDEX(INDIRECT("'"&ROW()&"'!C"):INDIRECT("'"&ROW()&"'!C"),MATCH(9.99999999999999E+307,INDIRECT("'"&ROW()&"'!C"):INDIRECT("'"&ROW()&"'!C")))
Appreciate any help on this.
cheers
Aaron
One formula is giving me difficulties. It grabs the last value of a column in a worksheet and displays it in a 'calcs' worksheet.
I have it working correctly when pasted into individual worksheets:
=INDEX(C:C,MATCH(9.99999999999999E+307,C:C))
but when I move it to my 'calcs' worksheet and add in the indirect funtion to reference the original worksheet, I get the old #REF error which I believe its telling me it can't resolve the location:
=INDEX(INDIRECT("'"&ROW()&"'!C"):INDIRECT("'"&ROW()&"'!C"),MATCH(9.99999999999999E+307,INDIRECT("'"&ROW()&"'!C"):INDIRECT("'"&ROW()&"'!C")))
Appreciate any help on this.
cheers
Aaron