Need Help with a "SumIfs" Formula
=SUMIFS({Budget}, {Project Type}, {Project Intake Range 1}, =Complete).
The "Project Intake Range 1" is a column with "Not Started," "In Progress," "Complete". I want the sum if the "Project Intake Range 1" is "in Progress" or 'Not Started."
Best Answer
-
Hi Ronaldo. What is the reason you called on {Budget} or {Project Type} ranges? If you only want {Project Intake Range 1} that equals "in Progress" or "Not Started", this is what you can use:
=COUNTIF([Project Intake Range 1}, ="In Progress") + COUNTIF({Project Intake Range 1}, ="Not Started")
Answers
-
Hi Ronaldo. What is the reason you called on {Budget} or {Project Type} ranges? If you only want {Project Intake Range 1} that equals "in Progress" or "Not Started", this is what you can use:
=COUNTIF([Project Intake Range 1}, ="In Progress") + COUNTIF({Project Intake Range 1}, ="Not Started")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!