Forum Discussion
Anhen1380
Aug 02, 2023Copper Contributor
Drop down list
Hi all, How do you create a condition in Excel that if I selected a figure in one column from a drop-down list, then in the next column an automatic figure will appear that is associated with a...
Riny_van_Eekelen
Aug 02, 2023Platinum Contributor
Anhen1380 That would be with one of Excel's ways to lookup data.
Use functions like LOOKUP, VLOOKUP, HLOOKUP, INDEX and MATCH, XLOOKUP for instance. Which one to use depends on the underlying data and/or Excel version you are using.
Anhen1380
Aug 02, 2023Copper Contributor
Thanks.. I'll try it