Hello,
I am trying to identify duplicates between 2 different lists and generate i drop list populated by these duplicates.
Example
I have Sharepoint List A that has in one column : RED, BLUE, GREEN, ORANGE, YELLOW, PURPLE,
In Sharepoint List B, i have a column with: GREEN, ORANGE, BLACK, WHITE
I want the dropdown to show only the items that are dupicated between the 2 lists (GREEN, ORANGE).
Any Ideas how i can accomplish this?
Thanks