How to Calculate YTD by Month in a pivot table
I have a pivot table that works for my team. It looks like this:
The variance column is a simple formula showing the difference between Budget and Revenue (Revenue - Budget).
I have received a request to expand this pivot (or create a new one based off of the data in this current one) that calculates the YTD for each of these fields.
So, for example, I'm trying to build 3 new columns in the pivot table:
March Budget YTD = January Budget + February Budget + March Budget
March Revenue YTD = January Revenue + February Revenue + March Revenue
March Variance YTD = March Revenue YTD - March Budget YTD
I need these additional columns for each month, either added to this existing pivot table, or in a new one with a filter for the month the team wants to look at.
Is this possible in a pivot table? I need to keep it split by Customer Type.
How would I solve for this?
Hey oliviar ,
If you want to show YTD by Month next to your monthly amount you can utilize the "Running Sum" Quick Calculation. If you want to show this next to the monthly amount, just bring in that same value again.
If you just want to show total for the time period you can use the "Grand Total" on columns
Hope this helps