Help needed...VLOOKUP - Unless a value has been seen before

adamdc20

New Member
Joined
Apr 10, 2006
Messages
18
Hi all - thanks to anyone in advance who can help me with this question.

I have a list which has been created using VLOOKUP...

I need to create this list without duplicating any values....

e.g - My list:

Column A

Customer Advisors (Formula - =VLOOKUP(Z8,'Change Capacity Details'!B8:H19,7,True)
Bank Clerks (Formula as above)

In the underlying data - it is possible that Customer Advisors will appear again - I need to avoid this being returned in my high-level list (I only want one entry per group).

Is there a way this can be done?
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
not clear. vlookup will find out ONLY THE FIRST reference value in the data. It will not go to duplicates down.
 
Upvote 0
Adam

I think I understand what you are saying. I am assuming you have a heading in A1 and that your first VLOOKUP formula is in A2. If that is the case then try this formula in A2 (copied down).

If your setup is different and you cannot adapt this, or it simply doesn't do what you want, then please provide more details. Maybe even some screen shots (small samples) of the two sheets and give an explanation with reference to the screen shots. For screen shots, you can use:
Excel jeanie
or
Colo's HTML Maker

Anyway, here is a formula to try:
Code:
=IF(ISNUMBER(MATCH(VLOOKUP(Z2,'Change capacity details'!$B$8:$H$19,7,TRUE),A$1:A1,0)),"",VLOOKUP(Z2,'Change capacity details'!$B$8:$H$19,7,TRUE))
 
Upvote 0

Forum statistics

Threads
1,214,999
Messages
6,122,645
Members
449,093
Latest member
Ahmad123098

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top