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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!