3yr Daily CF - Need Cumulative Sum for Each Month (Resetting Monthly)

jlmre00

New Member
Joined
Aug 19, 2024
Messages
12
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hi all,

HELP: working on a daily CF running for 3 years (2023 to 2025) - need to create a cumulative Sum for Each Month in Each Year (i.e. Resetting Monthly) for Web Sales ( line 25 in the screen shot ).

PROBLEM: my SUMIF formula using Month (line 5 in screenshot) picking up months from previous years. Hence the SUM in year 2 and 3 are inflated/incorrect because it includes Year 1.

I tried SUMIFS but perhaps I am not writing the syntax correctly?

Thank you in advance!
 

Attachments

  • 123.png
    123.png
    73.5 KB · Views: 6

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Rather than referring to the whole range of columns in each one, you need to start at the first column and increment toward the endpoint. Try this:
Excel Formula:
=SUMIFS($D$19:D$19,$D$5:D$5,D$5,$D$7:D$7,D$7)
 
Upvote 0
Solution
Rather than referring to the whole range of columns in each one, you need to start at the first column and increment toward the endpoint. Try this:
Excel Formula:
=SUMIFS($D$19:D$19,$D$5:D$5,D$5,$D$7:D$7,D$7)
That works, thank you!
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top