Reference functions – Apple Numbers '08 User Manual

Page 199

Advertising
background image

Chapter 12

Dictionary of Functions

199

Reference Functions

Reference functions help you find data in tables and retrieve data from cells.

Numbers provides these reference functions.

Function

Description

ADDRESS (page 207)

Constructs a cell address string from separate row, column, and
table identifiers.

AREAS (page 208)

Counts how many cell ranges are in the argument.

CHOOSE (page 213)

Uses an index value to retrieve a particular value from a set of
values.

COLUMN (page 214)

Returns the column number of a cell or, if no cell is specified, the
column number of the cell that contains the COLUMN function.

COLUMNS (page 215)

Counts how many columns are in a range of cells.

HLOOKUP (page 234)

Retrieves a value from a range of rows by using the top row values
to pick a column and a row number to pick a row in that column.

HYPERLINK (page 236)

Creates a clickable link that opens a webpage or new email
message window.

INDEX (page 237)

Retrieves the value found in, or a reference to, the cell at the
intersection of a specified row and column within a range of cells.

INDIRECT (page 237)

Retrieves the value at, or a reference to, a specified address.

LOOKUP (page 245)

Retrieves a value from one range of cells based on a search match
in a second range.

MATCH (page 246)

Finds the position of a search value within a range.

OFFSET (page 255)

Retrieves one or more values a given number of rows and columns
from a specified base cell.

ROW (page 270)

Returns the row number of a cell or, if no cell is specified, the row
that contains the ROW function.

ROWS (page 270)

Counts how many rows are in a range of cells.

VLOOKUP (page 288)

Retrieves a value from a range of columns by using the left column
of values to pick a row and a column number to pick a column in
that row.

Advertising