Last Entry in Column

M

Michael

I am simply trying to devise a formula that will allow me
to get the last entry made in a column to show up in a
different cell.
 
B

Bob Phillips

... or if you don't know if its numeric or text, try
=INDIRECT("B"&MAX(IF(NOT(ISBLANK(B1:B100)),ROW(1:100)

which is an array formula, so enter with CTRL-SHIFT-ENTER
 

Ask a Question

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.

Ask a Question

Top