For info purposes, I have a column O with formulas, but it only shows a value if there are other valuse in the row. Otherwise, it shows a blank cell (but there's a formula in the cell).
The attempt I made with a VLOOKUP was:
=LOOKUP(2,1/(O:O<>""),O:O)
and
=LOOKUP(2,1/(NOT(ISBLANK(O:O))),O:O)
Neither one works, as I get a "#N/A" error ("Did not find value '2' in LOOKUP evaluation.")
What formula can I use to reference & show the value in the last cell?
The attempt I made with a VLOOKUP was:
=LOOKUP(2,1/(O:O<>""),O:O)
and
=LOOKUP(2,1/(NOT(ISBLANK(O:O))),O:O)
Neither one works, as I get a "#N/A" error ("Did not find value '2' in LOOKUP evaluation.")
What formula can I use to reference & show the value in the last cell?