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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!