📎

OFFSET Function

Formular

OFFSET(reference, rows, cols, [height], [width])

Status
Done
Text

Returns a reference offset from a given reference

NOTE 1

Excel OFFSET function can be used when you want to get a reference which offsets specified number of rows and columns from the starting point. It returns the reference that OFFSET function points to.

‣
When to use Excel OFFSET Function
‣
What it Returns

Additional Notes:

  1. Note that OFFSET is a volatile function, which recalculate whenever the excel workbook is open or whenever a calculation is triggered in the worksheet. This could add to the processing time and slow down your workbook.
  2. If the height or width value is omitted, it is taken as that of the reference.
  3. If rows and cols are negative numbers then the offset direction is reversed.

Excel OFFSET Function Alternatives

  1. Due to some of the limitations of Excel OFFSET function, you many want to consider alternatives to it:
  • INDEX function

VIDEO 1

VIDEO 2