Forum Discussion
GangiOnSite
Feb 13, 2019Copper Contributor
Drop Down List - Linking Corresponding Data in Separate Columns Based on Drop Down Selection
Hey there! I'm looking for a clear cut way to do something which seems like it should be simple. I have two columns that I want to correspond with one another. What I'm looking to do is when someone ...
Rich99
Feb 14, 2019Iron Contributor
If you make your info on the data worksheet a table, ie "StatusTable" covering both columns then in Confidence Level column use this formula, =VLOOKUP(D6,StatusTable,2).