Use COUNTIFS formula to count certain conditions by date column
I want to use COUNTIFS formula to count the number of program participants who have received treatment and did not have a confirmed home plan by their specific release date. This is the formula I have so far:
=COUNTIFS({Assessment and Intake Tracking_MAT Prison Range 11}, "Yes", COUNTIFS({Assessment and Intake Tracking_MAT Prison Range 13}, @cell < TODAY(), {Assessment and Intake Tracking_MAT Prison Range 28}, 0))
This is giving me error message: "INCORRECT ARGUMENT". How can I fix this formula to calculate what I need?
Best Answer
-
Hey @Courtney Coules
This formula below has corrected syntax
=COUNTIFS({Assessment and Intake Tracking_MAT Prison Range 11}, "Yes", {Assessment and Intake Tracking_MAT Prison Range 13}, @cell < TODAY(), {Assessment and Intake Tracking_MAT Prison Range 28}, 0)
Will this work for you?
Kelly
Answers
-
Hey @Courtney Coules
This formula below has corrected syntax
=COUNTIFS({Assessment and Intake Tracking_MAT Prison Range 11}, "Yes", {Assessment and Intake Tracking_MAT Prison Range 13}, @cell < TODAY(), {Assessment and Intake Tracking_MAT Prison Range 28}, 0)
Will this work for you?
Kelly
-
It seems to be working, thanks so much!
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
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!