Sumifs Multiple Criteria
I have this formula that i'm currently using. I need to add some more criteria to the formula and need some help.
current formula
=SUMIFS({MASTER SCHEDULE Range 1}, {MASTER SCHEDULE Range 2}, "Marc Holbrook", {MASTER SCHEDULE Range 3}, "DESIGN")
{MASTER SCHEDULE Range 3}, "DESIGN") and I need "AGREEMENT"
Also the first column it needs to be unchecked
Best Answers
-
For evaluating a checkbox to be unchecked, it would look like this...
........., {Range}, @cell <> 1, ...........
-
Happy to help. 👍️
Answers
-
Are you able to provide more details as to what you need?
When you say you need "AGREEMENT"... What do you mean? Is that something in a range you already have built? If so, would it be agreement OR something else?
-
AGREEMENT is an additional status I'm looking for.
I need a sum for each designer where Status is DESIGN and AGREEMENT and Hide Retained Job is unchecked
-
Is it "Design" and "Agreement" both at the same time as part of a multi-selection process, or would it be one or the other in a single cell?
-
one or the other in a single cell
-
In that case you would use an OR statement like so:
=SUMIFS({MASTER SCHEDULE Range 1}, {MASTER SCHEDULE Range 2}, "Marc Holbrook", {MASTER SCHEDULE Range 3}, OR(@cell = "DESIGN", @cell = "AGREEMENT"))
-
Thank you. This works in getting me a total for Design and Agreement for each designer.
I still need to only include the first column of unchecked "Hide Retained Job"
-
For evaluating a checkbox to be unchecked, it would look like this...
........., {Range}, @cell <> 1, ...........
-
That worked! thank you so much for your help.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!