Look up in a list of the same text

W

Warren9533

I have a sheet of a list of customers. The list has the same customers in
many times not just once.

I am trying to find the customers name in the sheet, then tell me what the
information is in the next column, just like in VLOOKUP.

However, once it has given one piece of information, I then need it to look
further down the same column, and find the customers name again, and give me
the information in the next column...and so on...and so on...

Can anybody help or can Excel not do this?

If it can't, can anybody suggest a program that can.
 
N

N harkawat

Say your list in from A1:b10 and the value you are looking up is in D1
=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10=$D$1,ROW(A$1:$A$10)),ROW(1:1))
(after copying press ctrl+shift +enter)
and copy the formula down
Mask this formual with if(Iserror ...if needed
 

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

Top