I have a journal of financial entries that occurred during a month and as it is a journal, various dates throughout a month are present.
I need to be able to create a summary table (and then a graph) which sums the data by month (Jan 2024, Feb 2024, etc.) and the total for the monthly entries.
I can create a sum table and group by date but then I get all entries that occurred on the date of the month so might have 10 entries for the month, one for each data there was activity.
How can I accomplish this?