D
David Berg
I need to obtain the value contained in the last row of significant values in
a column. For example, if a table has 10 rows, but Column E has significant
values (i.e. >0) in Rows 1,2,3, how do I build a function to return the value
in cell E3. I tried the function =abs(address(countif(e1:e10,">0"),5)), but
the address function returns the value <"$e$3"> (with embedded quotes); thus
the abs() function will not work because it doesn't recognize its argument as
a cell address.
Suggestions? Thank you in advance.
a column. For example, if a table has 10 rows, but Column E has significant
values (i.e. >0) in Rows 1,2,3, how do I build a function to return the value
in cell E3. I tried the function =abs(address(countif(e1:e10,">0"),5)), but
the address function returns the value <"$e$3"> (with embedded quotes); thus
the abs() function will not work because it doesn't recognize its argument as
a cell address.
Suggestions? Thank you in advance.