Trouble with SUMIFS - Project
Our sheets have built in deliverable risk management which we are working to roll up across projects. Right now we calculate a delay risk by looking at a risk/time allocation, and critical path - both which are columns within the same sheet. The following formula is working correctly:
=SUMIFS([Risk/Time Allocation (Days)]:[Risk/Time Allocation (Days)], [Critical Path]:[Critical Path], true)
I am trying to add an additional term to exclude risks where the associated deliverable has been completed, therefore looking at the "% Complete" column. The column is formatted as a %, returning 1 @ 100% complete. I want to return all values, including BLANK, which are not equal to 1.
The below is my best guess (but it isn't working):
=SUMIFS([Risk/Time Allocation (Days)]:[Risk/Time Allocation (Days)], [Critical Path]:[Critical Path], true, [% Complete]:[% Complete], OR(@cell <> 1, @cell = "")))
It appears that the <>1 piece of the function is returning "#UNPARSABLE"
Does anyone have any suggestions on an alternate term to try?
Best Answer
-
You have one too many closing parenthesis on the end of the formula.
Answers
-
You have one too many closing parenthesis on the end of the formula.
-
Thanks!
That did it
-
Excellent! Happy to help. 👍️
-
I love this conversation & how quick that was to resolve, haha! Glad you got it sorted.
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!