i'm new with google sheets, i'm trying to create a Dynamic Drop down list from a column, the drop down list will show the items (without duplicates) from a column, this column have data separate by commas.
Example
Drop down list is in A1 Cell
Sheet have this structure:
Drop-Down-List (A1 Cell)
So when the user click on the A1 Cell will show the games list (no duplicate) when the user select a game, the list will be filtered with all the users with the same game in common.
so in this case if the user click on A1 drop-down-list will see:
Apex Castlevania Overwatch Street Fighter V Wow
and if the user select wow the sheet will be filter and will show Mike and jean rows
the idea is user can fill their data in a single row and made easier to find a common partner for their favorites games
thanks in advance :C