LOOKUP & REFERENCE FUNCTIONS

The functions have been grouped by category, to help you to find the function you need. Each function link provides a full description of the function, with examples of use and common errors. Note that some of the Excel functions listed below are new to Excel 2013 or Excel 2016, so are not available in earlier versions of Excel.

HLOOKUP

Looks up a supplied value in the first row of a table, and returns the corresponding value from another row

VLOOKUP

Looks up a supplied value in the first column of a table, and returns the corresponding value from another column

LOOKUP

Searches for a specific value in one data vector, and returns a value from the corresponding position of a second data vector

GETPIVOTDATA

Extracts data stored in a Pivot Table

CHOOSE

Returns one of a list of values, depending on the value of a supplied index number

MATCH

Finds the relative position of a value in a supplied array

ROW

Returns the row number of a supplied range, or of the current cell

COLUMN

Returns the column number of a supplied range, or of the current cell

ROWS

Returns the number of rows in a supplied range

COLUMNS

Returns the number of columns in a supplied range

AREAS

Returns the number of areas in a supplied range

ADDRESS

Returns a reference, in text format, for a supplied row and column number

INDEX

Returns a reference to a cell (or range of cells) for requested rows and columns within a supplied range

INDIRECT

Returns a cell or range reference that is represented by a supplied text string

OFFSET

Returns a reference to a range of cells that is a specified number of rows and columns from an initial supplied range

HYPERLINK

Creates a hyperlink to a document in a supplied location.

TRANSPOSE

Performs a transpose transformation on a range of cells (i.e. transforms a horizontal range of cells into a vertical range and vice versa)

RTD

Retrieves real-time data from a program that supports COM automation

FORMULATEXT

Returns a formula as a string (New in Excel 2013)