Briefly explain about OFFSET Function?
OFFSET having 4 functional arguments
OFFSET ROWS & COLUMNS directions from Reference Cell:
Example:
Height: selecton of rows above to "Reference cell":
=OFFSET(E5,-2,0,3,1)In the above formula Reference Cell/base cell considered as E5
I am selecting my range from 2 rows above base cell(it is starting cell)
From that i am selecting 3 rows
In the above formula Reference Cell/base cell considered as E5
I am selecting my range from 2 rows below to base/reference cell(it is starting cell)
From that i am selecting 3 rows
Width: Offset Column WIDTH Right to "Reference cell":
=OFFSET(E5,0,2,1,3)