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?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


=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"}
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.