Check box if today is between two dates and criteria is met
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)
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
That seemed to have worked! We will find out when the date approaches if it works correctly! Thank you
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!