Excel IF...THEN

Quote from Quiet1:

Bid
=INDEX(A2:A13,COUNTIF(A2:A13,">"&A15)+1,1)
Ask
=INDEX(A2:A13,COUNTIF(A2:A13,">"&A15),1)

:confused:
That worked. I didn't enter it correctly. I have never used the INDEX function, so this is a welcome lesson.

I appreciate your help.
 
Back
Top