The LOOKUP Functions

Like IF and CHOOSE, LOOKUPs are a selection function.

They work by 'looking up' a selector value in a table of data held in the spreadsheet.

They then select a value from a different part of that table that shares either the same row or column as the selector.

There are 2 types:

LOOKUP Functions have 3 arguments a Selector,Table and Offset.

vlookup

Where the selector value does not match any of the values in the table the nearest lower value is used.

Selector values must be in ascending order either down (VLOOKUP) or across (HLOOKUP) the table.


Practice Exercise

You should attempt the IF and Lookups - Exercise f from the Spreadsheet Exercises listed in the Topic Menu below.