K KimC Jan 11, 2009 #1 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?
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 Jan 12, 2009 #2 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))}
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 Jan 12, 2009 #3 Thankyou for you help, however I'm recieving an #NUM! error - what could be making that happen?
K KimC Jan 12, 2009 #6 I do need the other one answered as well that one is seperate to this one. Thanks for you help