Excel,=LOOKUP,HELP - TechRepublic
Question
November 17, 2009 at 08:23 PM
drj_the_knife

Excel,=LOOKUP,HELP

by drj_the_knife . Updated 16 years, 7 months ago

I need a formula to display the last data in a column if that particular cell is blank, between set ranges of 48 in a column. THEN SEARCH BETWEEN A48 DOWN TO A1 AND DISPLAY THE LAST DATA IF NO DATA THEN DISPLAY NOTHING.

I can’t find the answer to this, can someone help?

Just found a solution without the if not data display nothing

=LOOKUP(48,1/(A1:A48<>“”),A1:A48)

This discussion is locked

All Comments