Multiple matches on VLOOKUP

  • Thread starter Thread starter dennishancy
  • Start date Start date
D

dennishancy

Question about VLOOKUP...


In Sheet1, I have my source data.

| A | B |
-------------------------
1 | 1 | =vlookup(a1,map,2, false)
--------------------------
2 | 2 | =vlookup(a2,map,2, false)


In Sheet2, I have my "map" defined for cells A1:B4

| A | B |
---------------------------------
1 | 1 | data1
---------------------------------
2 | 2 | data2
---------------------------------
3 | 2 | data2b
---------------------------------
4 | 2 | data2c
---------------------------------

The first record works great.

The second one poses a problem since I have multiple occurences of
record #2. It only picks up the first one.

Any idea how I can have all occurences returned?

Thanks.


Dennis Hancy
Eaton Corporation
Cleveland, OH
 

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

Vlookup - Returning 2nd match 4
Vlookup in multiple columns 2
VLOOKUP formula 3
vlookup 3 sheets 1
Returning Multiple Results with Vlookup 1
Formula Using Vlookup & Match 3
Match and Vlookup issue 2
VLOOKUP 4

Back
Top