ShadowRider
New Member
- Joined
- Sep 23, 2010
- Messages
- 27
- Office Version
- 365
- Platform
- MacOS
- Web
I currently use
=query('2023'!E2:G, "select G, sum(E) where G is not null group by G")
to get a list of categories and their sums but I'd now like to get a sub total by month.
Column A in the sheet has the date, G is category and E is amount.
I could sort by month and create separate sheets for each month but think there should be an earlier solution.
Thanks!
=query('2023'!E2:G, "select G, sum(E) where G is not null group by G")
to get a list of categories and their sums but I'd now like to get a sub total by month.
Column A in the sheet has the date, G is category and E is amount.
I could sort by month and create separate sheets for each month but think there should be an earlier solution.
Thanks!