Hello,
I have a Pivot Table whereby I am performing a running Percentage outside of the pivot table.
The Table is as follows:
The running subtotal formula works for the 1st hub but not subsequent due to the hard reference to $AE$5.
=IF(ISBLANK(A5),((AE5/$AE$5)+IF(ISBLANK(A4),AG4,0)),TEXT(AE5,"####"))
I need to replace the $AE$5 with a reference the total for whatever hub group is in the row.
Is this clear as mud?
Thanks in advance!
~C
I have a Pivot Table whereby I am performing a running Percentage outside of the pivot table.
The Table is as follows:
Code:
Hub (grouped) Comp Desc Qty by Wk Total
=IF(ISBLANK(A5),((AE5/$AE$5)+IF(ISBLANK(A4),AG4,0)),TEXT(AE5,"####"))
I need to replace the $AE$5 with a reference the total for whatever hub group is in the row.
Is this clear as mud?
Thanks in advance!
~C