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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!