Forum Discussion
Conditional Data being used for data validation input.
I may be approaching this the wrong way, but I am looking for a pointer as how to use a single excel data table to populate a series of data validation drop down lists in a separate sheet
For example, I have a dynamic table that is representing a player, team and a detail reference eg:
| Player | Team | Ref |
| Sam Jones | Red | 1 |
| Will Smith | Red | 3 |
| Adam Brown | Orange | 1 |
| John Smith | Blue | 3 |
| Dan Mills | Orange | 2 |
elsewhere on a separate sheet I would like a drop down list input to select the team, ie it would just then show the option of Red, Orange and Blue. After that I would like a second drop down that would allow to select the player in the team.
eg if Red was selected, The next drop down would present both Sam Jones and Will Smith, or Blue just John Smith. Lastly, based on that input in a third cell it would display the "players" details for that combination of input to get a unique value on the separate sheet.
Thanks
4 Replies
- mathetesGold Contributor
Attached is an example workbook I created for similar purposes. You should be able to copy the concepts from this. Come back with questions if you have them.