I have the following data in a Pivot Table in column C:
Value
10
20
30
40
50
60
70
80
90
100
Grand Total: 550
I would like to create a dynamic range that references only the last 5 records of the Pivot Table: 60, 70, 80, 90, 100.
The formula I'm using is:
=OFFSET($C$2,COUNT($C:$C),0,-5,1)
Unfortunately, this formula references the grand total row. Is there a way to amend the formula such that it only references the 5 rows directly above the grand total row? Thanks!
Value
10
20
30
40
50
60
70
80
90
100
Grand Total: 550
I would like to create a dynamic range that references only the last 5 records of the Pivot Table: 60, 70, 80, 90, 100.
The formula I'm using is:
=OFFSET($C$2,COUNT($C:$C),0,-5,1)
Unfortunately, this formula references the grand total row. Is there a way to amend the formula such that it only references the 5 rows directly above the grand total row? Thanks!