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
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 464 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 60 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 40 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!