Help with Sumifs
Hello. Hope everyone is well. I'm having issues with a =SUMIF OR =SUMIFS formula
=SUMIFS({Fed Admin FTE Usage}, >0, {Employment Status}, "On-Board")
I'm getting invalid operation. Please help.
Answers
-
Ok. I figured this one out - =SUMIFS({Fed Admin FTE Usage}, {Employment Status}, "On-Board")
But now I have another issue =SUMIFS({Program FTE Usage}, {Victims of Torture}, {Employment Status}, "On-Board")
Any ideas?
-
You are missing the criteria for the second range:
=SUMIFS({Program FTE Usage}, {Victims of Torture}, {Employment Status}, "On-Board")
-
Trying to add program FTE Usage and Victims of Torture but only if the employment status is "On-Board" not sure what I'm missing here.
-
Hi,
This method might work for you as well. Hope that helps!
=SUMIF({Employment Status}, "On-Board", {Program FTE Usage}) + SUMIF({Employment Status}, "On-Board", {Victims of Torture})
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!