Need another set of eyes on SUMIFS formula in Sheet Summary
Hi and Happy New Year,
Hope all is going well for you.
In the Project Intake Sheet, I'm using the Sheet Summary to calculate metrics for reporting. On this particular formula, I keep getting #UNPARSABLE. I haven't been able to figure it out all day. Appreciate any input you may have!
Goal:
To sum the values in the ARR column of Intake Sheet for projects with a status of "In Progress" or "On Hold"
Formula:
=SUMIFS([ARR]:[ARR], ([Project Status]:[Project Status], "In Progress"), OR(AND[Project Status]:[Project Status], "On Hold), [Year Started]:[Year Started], "2024"))
Columns:
ARR is a Dollar amount
Best Answer
-
Hello @Kathy PPT
Something like this perhaps?
=SUMIFS([ARR]:[ARR], [Project Status]:[Project Status], "In Progress", [Year Started]:[Year Started], "2024") + SUMIFS([ARR]:[ARR], [Project Status]:[Project Status], "On Hold", [Year Started]:[Year Started], "2024")https://www.linkedin.com/in/zchrispalmer/
Answers
-
Hello @Kathy PPT
Something like this perhaps?
=SUMIFS([ARR]:[ARR], [Project Status]:[Project Status], "In Progress", [Year Started]:[Year Started], "2024") + SUMIFS([ARR]:[ARR], [Project Status]:[Project Status], "On Hold", [Year Started]:[Year Started], "2024")https://www.linkedin.com/in/zchrispalmer/
-
@Chris Palmer - thanks, that worked. I should know to go simple when complex is not working! :)
-
You can do this in a single SUMIFS like so:
=SUMIFS([ARR]:[ARR], [Project Status]:[Project Status], OR(@cell = "In Progress", @cell = "On Hold), [Year Started]:[Year Started], "2024"))
-
Awesome! Happy this worked for you :-)
https://www.linkedin.com/in/zchrispalmer/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!