0-30, 31-60, 61-90 Columns automated by formula (Checkbox)
I have a 3 column breakdown of 0-30, 31-60, 61-90 days and a want a formula to check the box between these based off the current dates listed for the task.
What I currently have is =IF([End Date]@row < (Today@row + 31), [End Date]@row >= Today@row), 1, 0) but receive an error when doing so. How can i get this to automatically check this box? and then check the box if it falls under one of the other categories?
Austin
Best Answer
-
Hey @Austin Probst
The formula needs an AND function
=IF(AND([End Date]@row < (Today@row + 31), [End Date]@row >= Today@row), 1)
If interested you can find more information here
Will this work for you?
Kelly
Answers
-
Hey @Austin Probst
The formula needs an AND function
=IF(AND([End Date]@row < (Today@row + 31), [End Date]@row >= Today@row), 1)
If interested you can find more information here
Will this work for you?
Kelly
-
This worked! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!