Page History: OFFSET Function
Compare Page Revisions
Page Revision: 2011/08/03 00:41
OFFSET( <value>, <periods> )
Gets the value offset by the specified number of periods.
Function ParametersParameter | Description |
---|
<value> | The value to look up. |
<periods> | The number of periods to look back or forward. |
Note: A negative
<periods>
value retrieves previous values, whereas a positive
<periods>
retrieves forward values (looks ahead).
Back to the Scripting Function Reference