I'm doing something simple but terribly wrong. I have 3 tabs. The first tab inputs from a dropdown list the answer to a set of questions. In the third tab, I have the look up tables and the validation list. What happens next has me stumped. If you go to Tab 2, you will see for some reason the Lookup function does not seem to work properly fo the given selection in the first Tab as I'm trying to calculate a returned value from a text selection.
Help!
B.
Fixing-a-formula.xlsm
After sorting Sheet3, the formulas on Sheet2 work as desired.
You could alternatively use a VLOOKUP:
=VLOOKUP(Sheet1!G8,Sheet3!
When False is the fourth parameter of VLOOKUP, Sheet3 column F does not need to be sorted.
Fixing-a-formulaQ28125178.xlsm