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
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!