SUMIFS with Dates issue

jb00976

New Member
Joined
Oct 23, 2017
Messages
32
I am trying to do two formulas:

The first is where it sums anything between K92:K1000 if the dates in F92:F1000 are less than April 30, 2018 here is what I put:

=SUMIFS($K$92:$K$1000,$F$92:$F$1000,"<=30/04/2018")

The second formula I want between two dates for example between May 1, 2018 and May 31, 2018 like this:
=SUMIFS($K$92:$K$1000,$F$92:$F$1000,">=01/05/2018",$F$92:$F$1000,"<=31/05/2018")

I am finding that it is not picking up the last day of the month and I am not sure why. The dates in my formula are in different format to the data (formula DD/MM/YYYY vs data YYYY-MM-DD) but, I don't think that is the issue as it is catching most of the information.

Any help is appreciated.
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
What if you do less than 1/6/2018 rather than less than or equal to 31/5/2018?
 
Upvote 0
Does that option work? If it does then it's because your dates are not just dates. They have time component.
 
Upvote 0

Forum statistics

Threads
1,223,897
Messages
6,175,271
Members
452,628
Latest member
dd2

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