Forum Discussion
alli1275
Jul 09, 2024Copper Contributor
Pick Lists - Data Validation
Hello! I want to be able to create a pick list which if chosen populates a number of columns with key information. It's for a recipe template I am doing so when I pick an ingredient, I want it to c...
HansVogelaar
Jul 09, 2024MVP
Assuming that you have a range or table with ingredients in its first column, and additional information such as nutritional data etc. in other columns, you can use the XLOOKUP function or if you have an older version of Excel, the VLOOKUP function to return that info based on the selection in the drop-down list.
- alli1275Jul 09, 2024Copper Contributor
Thank you HansVogelaar - I will try that 🙂