M
medwards
Is there a function or a formula out there that will return the value of
the last non-blank cell in a column?
the last non-blank cell in a column?
=LOOKUP(REPT("z",255),A:A)
Harlan Grove said:...
LOOKUP(CHAR(255),A:A) would be more robust.
It fails on...
{"dra";"fra";"";"z";"zzz";"zodiac"}