Excel Offset
Offset function returns the address of a cell or a range of cells through the use of a reference cell.
Syntax
OFFSET (range, rows, columns, height, width)
Arguments
Range – This is the starting range from which we are going to use offset.
Rows – This is the number of rows we use in offset to the range, it can be a positive or negative number.
Columns – This is the number of columns we use in offset to the range, it can be a positive or negative number.
Height – This is the number of rows that you want to return as a range.
Width – This is the number of columns that you want to return as a range.