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.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 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!