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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!