Lookup the 3rd Value

F

Faraz A. Qureshi

Any formula for an Index/Lookup formula to return a specific entry?

For instance, I want the corresponding entry in column B against the third
or fourth entry in Column A representing the entry "Customer A"?

Thanx in advance.
 
J

Jacob Skaria

C1 = 'Customer A'
C2 = nth lookup 1,2,3 etc;

Try the below array formula
=INDEX(B1:B50,SMALL(IF(A1:A50=C1,ROW(A1:A50)),C2))

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help needed 0
Name Manager For A Lookup 4
LOOKUP on multiple conditions 3
Lookup returning multiple entries 4
Lookup nth entry 2
Getting correct results for lookup? 4
Finding 2nd last entry 3
lookup? 1

Top