How to countifs across a date range with a condition and a check box
Hi all, I'm trying to count how many boxes are checked based off a condition within a certain date range. I've tried the below formula but it's not working.
=COUNTIFS({Optom Resignations Range 1}, @cell = "NSW", {Optom Resignations Range 2}, @cell = 1, AND({Optom Resignations Range 3}, @cell >=DATE(2023,3,1), DATE(2024,2,28))))
Best Answer
-
Your syntax is a bit off. Try this instead:
=COUNTIFS({Optom Resignations Range 1}, @cell = "NSW", {Optom Resignations Range 2}, @cell = 1, {Optom Resignations Range 3}, AND(@cell >=DATE(2023,3,1), @cell<= DATE(2024,2,28)))
Answers
-
Your syntax is a bit off. Try this instead:
=COUNTIFS({Optom Resignations Range 1}, @cell = "NSW", {Optom Resignations Range 2}, @cell = 1, {Optom Resignations Range 3}, AND(@cell >=DATE(2023,3,1), @cell<= DATE(2024,2,28)))
-
Hi Paul, fantastic thank you for that, now it works perfectly.
Much appreciated!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!