Hello Friends,
This is my first post so please let me know if my query is not clear to understand.
I am novice user of excel.
I am creating data validation i.e. drop down list for the service "Spa"
1)Select Specialist Gender (Lets select Male)
2)Select Specialist (this should only show names of Spa specialist who are male)
I am struggling to populate the list, please help. Below are the two tables giving information on Specialist and their gender.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Hair Specialist[/TD]
[TD]Make up Specialist[/TD]
[TD]Spa Specialist[/TD]
[TD]Pedicure Specialist[/TD]
[/TR]
[TR]
[TD]Sophia[/TD]
[TD]Hannah[/TD]
[TD]Robert[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD]Michael[/TD]
[TD]Anna[/TD]
[TD]James[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Male[/TD]
[TD]Female[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD]Sophia[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Olivia[/TD]
[/TR]
[TR]
[TD]Robert[/TD]
[TD]Hannah[/TD]
[/TR]
[TR]
[TD]Michael[/TD]
[TD]Anna[/TD]
[/TR]
</tbody>[/TABLE]
This is my first post so please let me know if my query is not clear to understand.
I am novice user of excel.
I am creating data validation i.e. drop down list for the service "Spa"
1)Select Specialist Gender (Lets select Male)
2)Select Specialist (this should only show names of Spa specialist who are male)
I am struggling to populate the list, please help. Below are the two tables giving information on Specialist and their gender.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Hair Specialist[/TD]
[TD]Make up Specialist[/TD]
[TD]Spa Specialist[/TD]
[TD]Pedicure Specialist[/TD]
[/TR]
[TR]
[TD]Sophia[/TD]
[TD]Hannah[/TD]
[TD]Robert[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD]Michael[/TD]
[TD]Anna[/TD]
[TD]James[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Male[/TD]
[TD]Female[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD]Sophia[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Olivia[/TD]
[/TR]
[TR]
[TD]Robert[/TD]
[TD]Hannah[/TD]
[/TR]
[TR]
[TD]Michael[/TD]
[TD]Anna[/TD]
[/TR]
</tbody>[/TABLE]