Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Totals for a date period

Hello,



Im am trying to calculate the total amounts for each month, into one summarised number, like this:



Can anybody help, its most likely very easy, I just dont know how to select by month.


Many thanks.


Best regards...Jan


Posted on Sep 29, 2020 6:21 AM

Reply
Question marked as Best reply

Posted on Sep 29, 2020 7:13 AM

One way using a formula:



The formula in B2, filled or copied down the column:


=SUMIFS(Table 1::B,Table 1::A,">="&$A2,Table 1::A,"<="&EDATE($A2,1))


This assumes the month names in column A are actually Date & Time, which you can confirm by clicking on and month name and looking lower left.


Substitute ; for , in the formula if your regions uses , as a decimal separator.


Another way, which doesn't require formula, is to use the built-in Categories functionality.




Click the "gear" in a group row and choose 'Subtotal'




Result:




When you're done turn off or remove the category in the panel at the right:



SG



4 replies
Question marked as Best reply

Sep 29, 2020 7:13 AM in response to jklarsen

One way using a formula:



The formula in B2, filled or copied down the column:


=SUMIFS(Table 1::B,Table 1::A,">="&$A2,Table 1::A,"<="&EDATE($A2,1))


This assumes the month names in column A are actually Date & Time, which you can confirm by clicking on and month name and looking lower left.


Substitute ; for , in the formula if your regions uses , as a decimal separator.


Another way, which doesn't require formula, is to use the built-in Categories functionality.




Click the "gear" in a group row and choose 'Subtotal'




Result:




When you're done turn off or remove the category in the panel at the right:



SG



Totals for a date period

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.