Table of Contents
This article provides a clear overview of The OFFSET Function Returns a Reference in Excel, with the main facts, useful context, and practical details organized for easy reading.

The article describes the syntax and usage of OFFSET () function in Excel.
Description
The OFFSET () function returns a reference to a range, a cell or a range of cells with the number of rows and columns specified by you.
The return reference can be a cell or a range of cells that you can specify the number of rows and columns to return.
Syntax
= OFFSET (reference, rows, cols, height, width)
Arguments
- reference: is the reference area that you may need to rely on to create a new reference area. The reference must be referenced to a consecutive cell or range of cells, otherwise the function will return an error value.
- rows: is the number of rows, up or down the reference, counting from the first cell of the reference. The row number can be a positive number (below the reference) or a negative number (above the reference).
- cols: is the number of columns, left or right of the reference, starting from the first cell of the reference. The column number can be positive (right reference) or negative (left reference).
- height: is the height calculated by the number of rows you may need to have the reference returned.
- width: is the width calculated by the number of columns you may need to have the reference returned.
Note
- Height and width must be positive numbers.
- If omitting height and width, the OFFSET () function will default to the height and width of the reference.
- If rows and cols cause the reference area to go beyond the range of the worksheet, the OFFSET () function will report the #REF! Error.
- The OFFSET () function does not move or change any selected part because the function returns only a reference. You can use the OFFSET () function in combination with functions that require a reference argument.
For Example
1. In cell B8 returns the value of cell E6 through the base reference cell B5.
- In cell B8 you enter the formula: = OFFSET (B5,1,3,1,1)

2. Combine the OFFSET () function with the SUM () function.
For example, the total salary and bonus for Nguyen Thi Dung's employees start from cell B6 (salary of the first employee).
Applying the function: = SUM (OFFSET (B6,3,0,1,2)) you will get the following result:

The OFFSET () function can be combined with many other functions to calculate and process data in Excel. Functions will help you a lot if you know how to apply functions and combine them effectively. Good luck!
FAQ
What is the main focus of The OFFSET Function Returns a Reference in Excel?
The article explains the most important facts, context, and practical details related to The OFFSET Function Returns a Reference in Excel.
Who may find this information useful?
It is useful for readers who want a clear overview, practical context, and a better understanding of the subject.
What should readers verify before taking action?
Check current product versions, official requirements, regional availability, and any details that may have changed since the original publication.
Reader Comments 0
Sign in with email or Google to join the discussion.