I would like to have a spreadsheet with row grouping by date and group totals so that I can add new rows to existing groups and new groups, and the totals automatically adjusted. So far I found nothing on this. Unless I redo all subtotals every time I add new data, I can’t have the totals autoupdated.
Thanks
See example below:
First group:
Date Amount
04/01/25 20
04/01/25 30
04/01/25 40
Subtotal 90
Then I add 2nd group:
Date Amount
04/01/25 20
04/01/25 30
04/01/25 40
Subtotal 90
04/02/25 10
04/02/25 15
04/02/25 50
Subtotal 75
Then I add a new row to the 2nd group:
Date Amount
04/01/25 20
04/01/25 30
04/01/25 40
Subtotal 90
04/02/25 10
04/02/25 15
04/02/25 50
04/02/25 30
Subtotal 105