SUMIFS and OR Statements In one
Hello, I am trying to create a formula which requires SUMIFS and OR statements. I am definitely not using them correctly and can use some help...
=COUNTIFS({GDP Project Tracker Range 1}, "M0", {GDP Project Tracker Range 3}, "1", {GDP Project Tracker Range 4} OR("Active", "Planned", "Launched"))
The first two parts work but as soon as I try and add the column with the or statement it doesn't. I need that last part to be within the selected range and any one of those three options would work. Any help would be appreciated!
Thank you!
Answers
-
You need to use "@cell" references.
=COUNTIFS({GDP Project Tracker Range 1}, "M0", {GDP Project Tracker Range 3}, "1", {GDP Project Tracker Range 4} OR(@cell = "Active", @cell = "Planned", @cell = "Launched"))
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!