Check a box when Past due more the 1 year
New to this all. I'm trying to write a formula where if a date is more than 1 year in the past, it will check a box, but if no date is entered in a row the checked box will remain unchecked. I need to create a training log where not everyone is required to have the training. But certain training is on an annual basis.
Best Answer
-
=IFERROR(IF(NETDAYS([Asbestos Awareness]@row, TODAY())>=365, 1, 0), "")
Answers
-
One quick way to do it would be a formula like this:
=IF(NETDAYS([Asbestos Awareness]@row, TODAY())>=365, 1, 0)
-
Thanks for the help. It worked to a degree.
Is there anyway to eliminate the invalid data type?
-
=IFERROR(IF(NETDAYS([Asbestos Awareness]@row, TODAY())>=365, 1, 0), "")
-
That worked, Thank you
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!