IF Formulas to Find a Non-Empty Cell in a Range

K

Kerrick Sawyers

Thanks! However, I get an error message - Probably my own
fault, I forgot that each cell actually begins with the
number 0 even though it is formatted as text. Any ideas
on how to fix this? Thanks! :)

Regards,

Kerrick

-----Original Message-----
Kerrick

This may seem convoluted but if you have the data in the
range A1:H8, then array enter (shift, ctrl, enter) the
following formula into the required output cell. Worked
with the data I tested. Modify the range as required.
Tony
=OFFSET(A1,MAX((A1:H8<>"""--""")*(ROW(A1:H8)))-1,MAX
((INDIRECT("a"&MAX((A1:H8<>"""--""")*(ROW(A1:H8)))&":h"&MAX
 

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