I have created the following example Google Sheet to illustrate the question,
https://docs.google.com/spreadsheets/d/1UIwxJe0Jww3cJYM9rpZUUI1Ppf7iSr-sOootuJJgWgQ/edit?usp=sharing
You'll see that I have date in columns with the following headers {Master Category, Subcategory, Date, Amount}
I put in a bunch of fake transaction dates and amounts. The dates span roughly a 6 month period of time.
The pivot table on the right is basically what I want except, I want all transactions in each month to be summed together into a single column. So, there would be 6 columns of months {Nov, Dec, Jan, Feb, Mar, Apr, May}
and then one more column with a total of all 6 months.
How do I configure the Google Sheet pivot table to combine all transactions into their respective month?
right-click date column
-\>create pivot date group
-\>select Year-Month
? – Irrelevance