xxthegiantxx
New Member
- Joined
- Jan 5, 2017
- Messages
- 24
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Material[/TD]
[TD]Apr Volume[/TD]
[TD]Price[/TD]
[TD]April revenue[/TD]
[TD]May Volume[/TD]
[TD]Price[/TD]
[TD]May Revenue[/TD]
[TD]Volume Total[/TD]
[TD]Total Revenue[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]X[/TD]
[TD]10[/TD]
[TD]1.00[/TD]
[TD]10.00[/TD]
[TD]5[/TD]
[TD]1.00
[/TD]
[TD]5.00[/TD]
[TD]15[/TD]
[TD]15.00[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Y[/TD]
[TD]1[/TD]
[TD]2.00[/TD]
[TD]2.00[/TD]
[TD]2[/TD]
[TD]2.00[/TD]
[TD]4.00[/TD]
[TD]3[/TD]
[TD]6.00[/TD]
[/TR]
</tbody>[/TABLE]
I am using a pivot table in which total monthly volumes are calculated. I am trying to get the pivot table to automatically calculate the total revenues (green letters) by multiplying the price times monthly volume. The price does not change. Therefore, i don't think i can have a row in the table with the price. I tried this using a vlookup formula to add price when a material is selected but the pivot table calculates the sum of these or avg. etc.
How do i
1. add a row in my pivot chart for the price
2. add a row that multiplies price time volume monthly to get me a grand total
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Material[/TD]
[TD]Apr Volume[/TD]
[TD]Price[/TD]
[TD]April revenue[/TD]
[TD]May Volume[/TD]
[TD]Price[/TD]
[TD]May Revenue[/TD]
[TD]Volume Total[/TD]
[TD]Total Revenue[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]X[/TD]
[TD]10[/TD]
[TD]1.00[/TD]
[TD]10.00[/TD]
[TD]5[/TD]
[TD]1.00
[/TD]
[TD]5.00[/TD]
[TD]15[/TD]
[TD]15.00[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Y[/TD]
[TD]1[/TD]
[TD]2.00[/TD]
[TD]2.00[/TD]
[TD]2[/TD]
[TD]2.00[/TD]
[TD]4.00[/TD]
[TD]3[/TD]
[TD]6.00[/TD]
[/TR]
</tbody>[/TABLE]
I am using a pivot table in which total monthly volumes are calculated. I am trying to get the pivot table to automatically calculate the total revenues (green letters) by multiplying the price times monthly volume. The price does not change. Therefore, i don't think i can have a row in the table with the price. I tried this using a vlookup formula to add price when a material is selected but the pivot table calculates the sum of these or avg. etc.
How do i
1. add a row in my pivot chart for the price
2. add a row that multiplies price time volume monthly to get me a grand total