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
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!