|
|
VLOOKUP(lookup value, table, column offset, [logical])VLOOKUP is used to search for a value in the left hand column of a range, then return the value in the same row from the column you specify. There is an optional fourth parameter that specifies whether the value looked up should be an exact match (FALSE) or an approximate match (TRUE), which is also the default. The example table shows the grade and published results students will get for the marks they achieve in an exam. Input a mark in cell B2 (coloured light blue) and see how the VLOOKUP formulas in rows three and four change. Example1 Example2 Example3
You need Office Spreadsheet components installed to see the example. Notes: If you need to lookup a value based on two or more values, check out: Published: 06-Feb-2004 |