Check box if today is between two dates and criteria is met
daonnen
✭✭✭
I am attempting to have my smartsheet check a box if one cell is marked as 23 and todays date is within a date range. I have attempted the formula below but continue to get an Incorrect Argument error
=IF(COUNTIFS(FY@row, "23"), COUNTIFS(TODAY(0), >=DATE(2023, 4, 25), TODAY(0), <DATE(2023, 6, 30)), 1, 0)
Does anybody know how to do this?
Answers
-
Try an IF/AND combo (with no COUNTIFS functions / just the criteria sets).
=IF(AND(FY@row = "23", TODAY()> DATE(..........), TODAY()< DATE(............)), 1)
-
That seemed to have worked! We will find out when the date approaches if it works correctly! Thank you
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!