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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!