Count if field is not blank and meets other criteria
I need help with a formula. I am trying to do a count of all of the fields where CP60 is not blank if the Check In is Initial Review of Plan and if the Month is 4 and the Year is 2023. I cannot figure out what formula to use here.
Thanks!
Kristie Diersen 😀
Best Answer
-
Try something like this:
=COUNTIFS({CP60}, @cell <> "", {Check In}, @cell = "Initial Review of Plan", {Date Of Coaching}, AND(IFERROR(MONTH(@cell), 0) = 4, IFERROR(YEAR(@cell), 0) = 2023))
Answers
-
Try something like this:
=COUNTIFS({CP60}, @cell <> "", {Check In}, @cell = "Initial Review of Plan", {Date Of Coaching}, AND(IFERROR(MONTH(@cell), 0) = 4, IFERROR(YEAR(@cell), 0) = 2023))
-
-
Happy to help. 👍️
NOTE: The above also eliminates the need for the Month and Year columns since we are able to evaluate the date column directly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!