SUMIFS between two dates not working :S

rexhvn

New Member
Joined
Jan 7, 2016
Messages
27
Hi all,

I am hoping for some assistance, please. I think i'm losing my mind.

I'm working on a spreadsheet (forecast) where I am trying to calculate the amounts for each value between two dates from a drop down.

In this example, I want to return all the values between 01/01/2024 & 10/01/2024 (Australia Date Format)

Under forecast which shows a value of $408k in the image:
DATA!C:C = Date Range (Date + Expected Delay = Date)
DATA!B:B = Values
=SUMIFS(Data!C:C,Data!B:B,">=01/01/2024",Data!B:B,"<=10/01/2024")

The formula seems to work ok on this test, however, for some reason, even this formula isn't picking up all my values in my real spreadsheet.

For example, on my real spreadsheet using the example same formula (just with dates manually entered) it returns only 303 out of the 335 from the list where the date is equal to or greater than 01/01/2024 and equal to or lower than 10/01/2024. Any thoughts here?

I'm also having issues trying to adjust the formula to read from a cell drop down that contains the start and end date, as a opposed to manually writing them in the formula.
FROM DATE = I7
TO DATE = L7
=SUMIFS(Data!C:C,Data!B:B,">=I7",Data!B:B,"<=L7") - It just returns a zero value.

Any assistance would be appreciated.



1705717053531.png

1705717421032.png
 
Hi all,

Was just hoping to get some further assistance with this query. The original issue was my sumif formula was not calculating all the values within that specific date range (7 days), however adding +1 seem to have fixed it for this section.

I've built a new addition allowing the user to select any date range that will provide a sumif value based on that given date range. While adding +1 helped fixed the previous issue calculating the sum range between two specific date, i've noticed if I apply this to the new addition, it includes +1, thus the sumif is not quite matching.

Forumla: =IFERROR(SUMIFS('Open Invoices(Forecast)'!AZ:AZ,'Open Invoices(Forecast)'!AY:AY,">="&I262,'Open Invoices(Forecast)'!AY:AY,"<="&M262+1),"")

For Example: If i'm looking at data from 2nd April to 30th April removing the +1 in the formula, the sumif is showing $2.3m, however, if I highlight all the cells, i get a total of $2.6m. If I add +1, its then including data from the 1st of May.

I hope that makes sense. I'm trying to see if there is a solution to this problem. I can't have one source of data providing one figure, but look at the same date rate and give me another sum if total.

Any help is appreciated.
 
Upvote 0

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
The formula suggested previously by @Fluff contained "<" not "<=" in the final condition. In your formula above you have "<="

1710305762630.png

Changing back to "<" may well solve your problem.

If not, to clarify in the absence of any sample data
  1. Do I262 and M262 contain a date only, or date and time?
  2. Do the values in column AY in 'Open Invoices(Forecast)' contain dates only, or date and time?
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,096
Latest member
Anshu121

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