COUNTIFS on Summary Sheet for a Given Date
Hello,
I am wanting to count survey results for my summary sheet. In the example below I want to count the results after a certain date where communication = "No Concerns". I am receiving an #INVALID OPERATION ERROR when I submit the code below:
=COUNTIFS([Evaluation Date]:[Evaluation Date] > DATE(2024, 7, 1), Communication : Communication, "No Concerns")
Thanks in advance!
Regards,
Jeffrey
Best Answer
-
Missing Comma after your first Range
=COUNTIFS( [Evaluation Date]:[Evaluation Date], >DATE(2024, 7, 1), Communication:Communication, "No Concerns")
...
Answers
-
Looks like Communication:Communication is missing []
Try:
=COUNTIFS([Evaluation Date]:[Evaluation Date] > DATE(2024,7,1), [Communication:Communication], "No Concerns")
Leroy Noriega | Smartsheet SME | Independent Smartsheet Consultant
Core App, Project Management and System Administrator Certified🏅
E: leroy.noriega@yahoo.com | Linkedin Profile
-
I am receiving an UNPARSEABLE error when I submit the recommended code.
-
Missing Comma after your first Range
=COUNTIFS( [Evaluation Date]:[Evaluation Date], >DATE(2024, 7, 1), Communication:Communication, "No Concerns")
...
-
Thanks so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!