<p>The <b>OFFSET</b> function is one of the lookup and reference functions. It is used to return a reference to a cell displaced from the specified cell (or the upper-left cell in the range of cells) to a certain number of rows and columns.</p>
<pstyle="text-indent: 50px;"><em><b>reference</b></em> is a reference to an initial cell or range of cells.</p>
<pstyle="text-indent: 50px;"><em><b>rows</b></em> is a number of rows, up or down, that you want the upper-left cell in the returned reference to refer to. Positive numbers mean the result will shift below the initial cell. Negative values mean it will shift above the initial cell.</p>
<pstyle="text-indent: 50px;"><em><b>cols</b></em> is a number of columns, to the left or right, that you want the upper-left cell in the returned reference to refer to. Positive numbers mean the result will shift to the right of the initial cell. Negative values mean it will shift to the left of the initial cell.</p>
<pstyle="text-indent: 50px;"><em><b>height</b></em> is a number of rows in the returned reference. The value must be a positive number. It's an optional argument. If it is omitted, the function will assume it to be equal to the initial range height.</p>
<pstyle="text-indent: 50px;"><em><b>width</b></em> is a number of columns in the returned reference. The value must be a positive number. It's an optional argument. If it is omitted, the function will assume it to be equal to the initial range width.</p>
<p>To apply the <b>OFFSET</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>