Find next good data in a column
Here is one example, an array entered formula that returns the first non-na
after the last na:
=OFFSET(J1,MAX(ISNA(J3:J17)*ROW(J3:J17)),)
Being an array you must enter it using Shift+Ctrl+Enter
--
If this helps, please click the Yes button
Cheers,
Shane Devenshire
"rocket" wrote:
I have a column in my worksheet with many #N/A entries. I'm looking for a
function which will return the next "good" (non #N/A) data value from a later
row in that column. I want to save that to the row with the bad data, so I
cannot filter out all the NA rows. I've got Excel-2007.
|