#INVALID OPERATION
=COUNTIFS([Project Phase]:[Project Phase], "Readiness", Phase:Phase, "Phase 1", Status:Status, "Complete" / [Project Phase 1 - Readiness]#)
Can anyone please help me solve this problem?
When I have 2 ranges and 2 criterions the formula works, when I increased to 3 ranges and 3 criterions im met with #INVALID OPERATION.
Best Answer
-
You have your closing parenthesis in the wrong place:
=COUNTIFS([Project Phase]:[Project Phase], "Readiness", Phase:Phase, "Phase 1", Status:Status, "Complete") / [Project Phase 1 - Readiness]#
Answers
-
Unless I'm reading your formula wrong - I think you have an extra layer following the 3rd criterion beginning with the /
-
Hi Emily,
The last part of the formula is referencing another summary field '/ [Project Phase 1 - Readiness]#)', again it doesn't cause a problem when there are only 2 ranges and 2 criterions.
Still not sure why adding a third has caused this problem.
-
You have your closing parenthesis in the wrong place:
=COUNTIFS([Project Phase]:[Project Phase], "Readiness", Phase:Phase, "Phase 1", Status:Status, "Complete") / [Project Phase 1 - Readiness]#
-
Thank you Paul.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!