Offset Function and its uses
In the simple words, OFFSET function returns the value in cell which is certain number of rows and column aways from base(reference cell) cell. Also, it can provide you with range when used with other functions like sum, avg, etc.
Offset require the following parameter
- Reference: Reference is place where you with to place your Offset Origin
- Row: Row from where you start the Offset
- Col : Column from where you start the Offset
- Height: Height of the range (which will be an numeric)
- Weight : Weight of the range
- Now lets look at the following example which describe the Offset function.
- In the following example offset is starting at cell C2,
- Referece = C2
- Row= 1 which means next row to C2 ->C3
- Column =-1 which means the one column before C3 which is B3
- Since we are only using Offset to return value we will provide height as 1.
Height parameter is useful when we want range to be returned as a reference. Like when you want to provide dynamic range to SUM function or Data Validation.
Please download the example to see examples on dynamic range.
We would like to see your comments about this post. Also, you can receive email whenever we update. Just CLICK HERE
We assure you knowledge, not SPAM!
0 comments:
Post a Comment