COUNTIFS
Can anyone help me figure this out. I'm trying to add a COUNTIFS to my sheet and I'm getting an Unparseable error.
=COUNTIFS({Sales Ops Support Ticket Tracking with Form}, [Group Name/Portfolio]:[Group Name/Portfolio], "Gift & Home", [Salesforce Item]:[Salesforce Item], Account Owner Mass Update)
Answers
-
What if you put quotations around "Account Owner Mass Update"?
-
tried just now and got the same error
-
Ah, I should have looked closer at the formula. The issue is COUNTIFS wants range, then criteria. Your current formula starts by designating a range through referencing another sheet, then the next part of your formula is another range when it should be the criteria. Your reference to another sheet should be your range then "Gift & Home" would be your criteria.
Example:
=COUNTIFS({Sales Ops Support Ticket Tracking with Form},
[Group Name/Portfolio]:[Group Name/Portfolio],"Gift & Home", [Salesforce Item]:[Salesforce Item], Account Owner Mass Update)When you are selecting your range and referencing another sheet, name the reference as the cells/column you are referencing like the example below.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!