Offset function in excel

The offset function returns a reference to a range that is offset a number of rows and columns from another range or cell.  The syntax is :

OFFSET( range, rows, columns, [height], [width] )

range is the starting range from which the offset will be applied.

rows is the number of rows to apply as the offset to the range. This can be a positive or negative number.

columns is the number of columns to apply as the offset to the range. This can be a positive or negative number.

height is optional. It is the number of rows that you want the returned range to be. If this parameter is omitted, it is assumed to be the height of range.

width is optional. It is the number of columns that you want the returned range to be. If this parameter is omitted, it is assumed to be the width of range.

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.