Sumifs with multiple matching criteria in target range
I've been trying different things with this formula, but to no avail.
Here is what I am trying to capture.
If the status in (Financial Master Range 4) is either, "committed" or "obligated", I want the sum of these two amounts with those statuses from (Financial tracker Range 5) to appear.
=SUMIFS({Financial Tracker Master Range 5}, {Financial Tracker Master Range 1}, [Column12]$162, {Financial Tracker Master Range 4}, "committed", {Financial Tracker Master Range 4}, "obligated", {Financial Tracker Master Range 12}, $[Column7]@row)
What am I doing wrong?
Best Answer
-
You would need to use an OR function like so:
=SUMIFS({Financial Tracker Master Range 5}, {Financial Tracker Master Range 1}, [Column12]$162, {Financial Tracker Master Range 4}, OR(@cell = "committed", @cell = "obligated"), {Financial Tracker Master Range 12}, $[Column7]@row)
Answers
-
You would need to use an OR function like so:
=SUMIFS({Financial Tracker Master Range 5}, {Financial Tracker Master Range 1}, [Column12]$162, {Financial Tracker Master Range 4}, OR(@cell = "committed", @cell = "obligated"), {Financial Tracker Master Range 12}, $[Column7]@row)
-
Thanks Paul! This worked!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!