I have this main table on Sheet1:
Job Language Name
1 English John
2 French Frank
3 Spanish Chuan
4 English James
5 English John
I managed to setup Data Validation on Language column, so there is a drop-down list with Languages. However, I would like to have a drop-down menu in column Name with anyone who speaks selected language from Sheet2 table.
Sheet2 looks like this - there are Languages and Names:
Language Name
English John
English James
French Frank
Spanish Chuan
Spanish Alejandro
As you see the point is that there are multiple people for each language.
Is there any way to show only the people for selected language in the drop-down menu?
Like this: select language -> display only people who speaks that language in drop-down
Thank you for any help!
INDIRECT
to choose the proper one. See this guide here for a great explanation on how to do this.