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
Check out the Formula Handbook template!