Section 5.8
Spreadsheets
5.8 Lookup
Lookup functions are used to find data associated with other data.
The lookup function searches a row or column for a value and returns a value in a
different but corresponding row or column.
= LOOKUP(Lookup_Value, Lookup_Vector, Result_Vector)
Lookup_Value
|
A number, a cell reference or a text string.
|
Lookup_Vector
|
A column to look in.
|
Result_Vector
|
Where the output comes from.
|