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?
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?