Formula to drive checkbox if today is between the start and end dates
Hi All!
I've looked at prior posts on this topic and have followed the formula advice, but I continue to get an error. Here is the formula I am using.
=IF(AND(TODAY() <= [Reporting End Date]@row, TODAY() >= [Reporting Start Date]@row, "Checkbox", ""))
I'm getting an Incorrect Argument error. Help. Thanks!
Answers
-
@PattiL Checkboxes don't take text as an argument. You need to use a value of 1 for "checked" and 0 for "unchecked".
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
Hello @PattiL
Let me know if this works for you:
=IF(AND(TODAY() <= [Reporting End Date]@row, TODAY() >= [Reporting Start Date]@row), 1,0)
Have a great day.
Thanks,
Frank
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!