Hi,
I am trying to find the last 12 values (1 year) in a dynamic range that spans columns G through to IV. I have used offset functions that return a range that should span the last 12 values.
However, it is selecting the last 11 values and the first empty cell. (I want it to include the last 12 values)....I have tested the cell to ensure that it is in fact empty.
The formula is below:
=OFFSET(OFFSET(PVR!$G$1,0,COUNT(PVR!$G$1:$IV$1),1,1),0,0,1,-12)
Does anyone have any ideas - I have been looking at this for way too long. I need a fresh set of eyes!
any help is greatly appreciated - Thank You!
I am trying to find the last 12 values (1 year) in a dynamic range that spans columns G through to IV. I have used offset functions that return a range that should span the last 12 values.
However, it is selecting the last 11 values and the first empty cell. (I want it to include the last 12 values)....I have tested the cell to ensure that it is in fact empty.
The formula is below:
=OFFSET(OFFSET(PVR!$G$1,0,COUNT(PVR!$G$1:$IV$1),1,1),0,0,1,-12)
Does anyone have any ideas - I have been looking at this for way too long. I need a fresh set of eyes!
any help is greatly appreciated - Thank You!