To SUMIF or SUMIFS - Neither are working
I am a newbie and I'm stumped. I am trying to calculate the remaining budget for projects that have a ProjPortStat(us) as "active" in a field on the Sheet Summary (I can successfully calculate a single column where the status is "active").
I've tried 100's of permutations of SUMIF and SUMIFS and each time is either UNPARCEABLE or INVALID OPERATION. The below formula is just the latest in my Summary Sheet Field.
=SUMIFS(ProjPortStat:ProjPortStat, "Active", (Budget:Budget - Spend:Spend))
Best Answer
-
I think you have to break out the SUMIF to make it work:
=SUMIF(ProjPortStat:ProjPortStat, "Active", Budget:Budget) - SUMIF(ProjPortStat:ProjPortStat, "Active", Spend:Spend)
If someone knows how to do it with one SUMIF function, I'd be interested to see how!
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
Answers
-
I think you have to break out the SUMIF to make it work:
=SUMIF(ProjPortStat:ProjPortStat, "Active", Budget:Budget) - SUMIF(ProjPortStat:ProjPortStat, "Active", Spend:Spend)
If someone knows how to do it with one SUMIF function, I'd be interested to see how!
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
-
Huzzzah!! Thank you! Apparently 101 permutations was needed.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!