Hello everyone,
I need to Aggregate a number of multiplications which are based on the Row and Columns. My best attempt at describing this is in pseudo-code.
I tried a number of ways over the last few days and looked at loads of examples but am missing something.
I have an example XLS here from my onedrive: link
With some screen grabs below.
At the bottom is what I'd like the pivot table to look like.
Any help would really be appreciated.
Kind Regards,
Alex
I need to Aggregate a number of multiplications which are based on the Row and Columns. My best attempt at describing this is in pseudo-code.
Code:
[FONT=Calibri]
[/FONT][FONT=Calibri]For each cell in the Pivot table[/FONT]
[FONT=Calibri] SUM[/FONT]
[FONT=Calibri] Foreach ORU [/FONT]
[FONT=Calibri] Percent= Look up the multiplier for that ORU associated with the Column[/FONT]
[FONT=Calibri] SUMofValue = Add all of the Values associated with that Column/Row combination[/FONT]
[FONT=Calibri] Multiply Percent * SUMofValue
[/FONT]
I tried a number of ways over the last few days and looked at loads of examples but am missing something.
I have an example XLS here from my onedrive: link
With some screen grabs below.
At the bottom is what I'd like the pivot table to look like.
Any help would really be appreciated.
Kind Regards,
Alex