SUMIFS
I am trying to create a SUMIFS formula that will allow me to pull data from the following columns:
Region: APAC (There are several offices that make up the APAC region)
OfficeStatus: Closed
OfficeHeadCount: Sum Total (For example 8 APAC Offices so want the sum of all their headcount in closed offices)
I have this formula below but keep getting a parsing error.
=SUMIFS(OfficeHeadCount:OfficeHeadCount, Region:Region="APAC", OfficeStatus:OfficeStatus="Closed")
Any help would be greatly appreciated!
Best Answer
-
You need to separate your ranges from the criteria using commas like so...
=SUMIFS(OfficeHeadCount:OfficeHeadCount, Region:Region, "APAC", OfficeStatus:OfficeStatus, "Closed")
Answers
-
You need to separate your ranges from the criteria using commas like so...
=SUMIFS(OfficeHeadCount:OfficeHeadCount, Region:Region, "APAC", OfficeStatus:OfficeStatus, "Closed")
-
That worked perfectly thank you so much!!!!
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response as "helpful" so that others searching for a similar solution can know that one may be found here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!