Formula Between Date
Lori Khoury
✭✭✭✭✭
Can someone tell me what I am doing wrong in this formula?
=COUNTIFS({HITRUST CAP Milestone Plan v2 - EIS & Sec Range 3}"remediated") AND({HITRUST CAP Milestone Plan v2 - EIS & Sec Range 4}<=(2018,6,30),>=(2018,4,1))
I am trying to count if Range 3 (Status) is remediated and Range 4 (date completed ) is between 2 dates.
Thanks
Tags:
Comments
-
Hi Lori,
COUNTIFS() should automatically count cells that meet all the criteria so the AND() seems to me to be unnecessary, try this formula:
=COUNTIFS({HITRUST CAP Milestone Plan v2 - EIS & Sec Range 3}, "remediated", {HITRUST CAP Milestone Plan v2 - EIS & Sec Range 4}, <= DATE(2018, 6, 30), {HITRUST CAP Milestone Plan v2 - EIS & Sec Range 4}, >= DATE(2018, 4, 1))
Hope this helps!
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.8K 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!