SUMIFS Between Two Dates plus a Third Criteria not working

RJ43

New Member
Joined
Apr 24, 2023
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I'm trying to ascertain the projected yearly costs between two dates with a third criteria being a Yes Value in a different column but i just cannot get any formulae to work. Is it possible? The between two dates criteria works but when i add the third citeria it just adds a "'" to the start of the formulae. This is what I have with the broken third criteria:

=(SUMIFS(O$2:O402, P$2:P402, ">=01/08/2018", P$2:P402, "<=31/03/2019", A$2:A402, ”YES”)
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
What do you mean it's a blank box? Do you mean an empty cell?
 
Upvote 0
Well if the cell is empty, then it does not contain the word "Yes", which is why the formula returns 0
 
Upvote 0
Found my Solution - I combined my data into one column (showing C1/C2/C3) instead of having sperate C1/C2/C3 "Yes" columns.

=SUMIFS(P$2:P$403, Q$2:Q$403, ">=01/08/2018", Q$2:Q$403, "<=31/03/2019", A2:A$403, "C1")

:)
 
Upvote 0
Solution
Glad you sorted it, but in the future it would help if you gave accurate information. ;)
 
Upvote 0
Which also means it does not contain "Yes" or "C1"etc ;)
 
Upvote 0

Forum statistics

Threads
1,214,431
Messages
6,119,462
Members
448,899
Latest member
maplemeadows

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