Requirement:
The user is trying to find a way to get a lookup so that the user can take 2 criteria and lookup against the table in "look up" tab. The user provides the information below with the correct answer done manually.
Account # | Rate | Amount | Field 3 | Field 4 | etc | Position | Correct Answer | |
123 | 5.23% | $20,000 | X | Y | Z | 1 | ||
325 | 5.99% | $26,000 | X | Y | Z | 2 | ||
999 | 6.23% | $30,000 | X | Y | Z | 3 | ||
854 | 7.23% | $17,000 | X | Y | Z | 2 | ||
653 | 5.99% | $70,000 | X | Y | Z | 2 | ||
Solution:
=INDEX('Lookup Table'!$B$3:$L$10,MATCH(B3,'Lookup Table'!$A$3:$A$10,0),MATCH(C3,'Lookup Table'!$B$1:$L$1))
Obtained from the OzGrid Help Forum.
Solution provided by NBVC.
See also: Index to Excel VBA Code and Index to Excel Freebies and Lesson 1 - Excel Fundamentals and Index to how to… providing a range of solutions and Index to new resources and reference sheets
See also:
How to use the VLOOKUP formula |
How to maintain the VLOOKUP font format |
How to insert VLOOKUP into cell with variable array |
How to use bottom up lookup |
Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.