Lookup Blank Cell

K

KimC

I'm wanting to display the value in column A that corresponds with the first
blank cell in column B - what formula do I need to use?
 
J

Joel

Use the Array formula below. Don't type the curly brakckets but type
Shift-Cntl-Enter t make the formula an Arrray formula.


{=INDEX(A1:A100,MATCH(1,--(B1:B100=""),0))}
 
K

KimC

Thankyou for you help, however I'm recieving an #NUM! error - what could be
making that happen?
 
K

KimC

I do need the other one answered as well that one is seperate to this one.

Thanks for you help
 
Top