Excel allows you to look up the contents of various cells within a table using Vlookup and Hlookup. Vlookup searches down the column of the table whereas Hlookup searches a column.
Be aware of the following:
In Excel the data in lookup table should be sorted otherwise you will not necessarily receive the correct answer. Even if the data is sorted you may not receive the correct answer as Excel tries to give you the next closest value if there is not an exact match so it is recommended that you use the word False in the formula.
LOOKUP Syntax: =VLOOKUP (lookupvalue, table_ array, col_index_number, range lookup, False)
Lookup_Value The cell you want Excel to lookup or match
Table Array The location (range of cells) of your lookup table (should be an absolute cell reference)
Col. Index Number The column number in the lookup range that has the data you are seeking
False If there is not an exact match, a value is not returned; Use true or blank if you don't need an exact match
I'll email you a simple example that I use in my class.
patricia