Share via

OFFSET function

Anonymous
2010-02-10T11:18:56+00:00

Hi,

I think I (my work) would benefit hugely from using the OFFSET function. Someone should me once but it was a long time ago.

Can someone describe/explain simply how and when I can use this function, for the "hard-of-thinking"!!

Cheers,

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2010-02-10T23:47:42+00:00

    The OFFSET function is used to return the address of a cell or a range of cell through the use of a reference cell

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

    Reference is the reference from which you want to base the offset. Reference must refer to a cell or range of adjacent cells; otherwise, OFFSET returns the #VALUE! error value.

    Rows is the number of rows, up or down, that you want the upper-left cell to refer to. Using 5 as the rows argument specifies that the upper-left cell in the reference is five rows below reference. Rows can be positive (which means below the starting reference) or negative (which means above the starting reference).

    Cols is the number of columns, to the left or right, that you want the upper-left cell of the result to refer to. Using 5 as the cols argument specifies that the upper-left cell in the reference is five columns to the right of reference. Cols can be positive (which means to the right of the starting reference) or negative (which means to the left of the starting reference).

    Height is the height, in number of rows, that you want the returned reference to be. Height must be a positive number.

    Width is the width, in number of columns, that you want the returned reference to be. Width must be a positive number.

    Explanation of OFFSET : http://support.microsoft.com/kb/324991

    Use of OFFSET Function :http://office.microsoft.com/en-us/excel/HA011098011033.aspx

    Tips and Tricks in Excel : http://support.microsoft.com/kb/843504


    Sachin Shetty, Microsoft Answers Support Engineer.

    • We appreciate your participation in MS Forums, Help us understand your needs better. To share your valuable Feedback please Click here.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2010-02-12T13:31:56+00:00

    Thanks

    0 comments No comments