Two lists with a link

theta

Well-known Member
Joined
Jun 9, 2009
Messages
960
Hi

I have two lists, linked by a relationship

I want my PARTNER dropdown to only show those client that it is linked with e.g.

Named range 'Clients'
CLIENT1
CLIENT2
CLIENT3
CLIENT4

Named range 'Partners'
PARTNER1
PARTNER2
PARTNER3
PARTNER4
PARTNER5

Links table (VLOOKUP to this?)
CLIENT1 | PARTNER1
CLIENT1 | PARTNER2
CLIENT1 | PARTNER5
CLIENT1 | PARTNER6


Dropdown for partners should =
PARTNER1
PARTNER2
PARTNER5


I need it so that if a customer selects CLIENT1 from a data validation dropdown, the second dropdown will only show those valid Partners the are linked with, and that are available in the partners list (in this example, there is a relationship with PARTNER6, but this partner is not on the partners list so should not appear in the dropdown)

Thoughts?
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
That would be simple. But mine is a bit more involved.

I have the two static lists, that do not change - Client and Partners.

It is the definitions that change.

So the 'available' partners can increase or decrease.

So effectively want to be able to use the master 'Partner' named range and have it so that only certain items appear from it if they have a link with the (already selected) client.

Am happy to use a helper column or something? Effectively a UNIQUE distinct list but using a second match to take the CLIENT into account?
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,876
Members
452,949
Latest member
Dupuhini

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