SUMIFS by month up to a dynamic date

JohnZ1156

Board Regular
Joined
Apr 10, 2021
Messages
180
Office Version
  1. 2021
Platform
  1. Windows
I have a table of data. Let's say Column A are dates (workdays or M-F), and Column B are values.
I'd like to get a sum for each month up to a specific date.

For example: If I enter 3/18/22 into a "dynamic" cell, I would like my January and February totals to show the whole months, but I would only like to see a total amount for March from 3/1/22 to 3/18/22.
Regardless if today is August 28th. I'd like to be able to change the date in the "dynamic" cell so I can get a total for the month in the "dynamic" cell from the beginning of that month to that date.

I have a SUMIFS formula that shows me monthly totals, but if always shows me totals for the entire months.
I'd like to be able to "stop" the total at a dynamic date within any given month.

Here is the formula that I currently have.
=SUMIFS(Table4[Flux 2],Table4[Date],">="&$A47,Table4[Date],"<="&EOMONTH($A47,0))

I hope I wasn't too redundant.
Thanks in advance for your help.
John
 
Glad to help & thanks for the feedback.
 
Upvote 0

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,223,911
Messages
6,175,323
Members
452,635
Latest member
laura12345

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