Hi All,
So have to admit defeat on this case.
I am trying to find the address of the last cell that contains numeric data in a selection between CT30:IQ30 that is not 0. (Note that data is set by formulas, not direct numbers)
I currently have the following formula:
=CELL("address",INDEX(CT30:IQ30,MATCH(TRUE,CT30:IQ30<>0,1)))
However this returns the result $IQ$30 which is the last cell in the selection. I suspect this is because the data is generated by formula, and not hardcoded as the formula works correctly when i try with direct data.
Appreciate any help.
So have to admit defeat on this case.
I am trying to find the address of the last cell that contains numeric data in a selection between CT30:IQ30 that is not 0. (Note that data is set by formulas, not direct numbers)
I currently have the following formula:
=CELL("address",INDEX(CT30:IQ30,MATCH(TRUE,CT30:IQ30<>0,1)))
However this returns the result $IQ$30 which is the last cell in the selection. I suspect this is because the data is generated by formula, and not hardcoded as the formula works correctly when i try with direct data.
Appreciate any help.