Method to automatically check a checkbox once it reach certain date
Hi all,
I was working on the formula to automatically check a checkbox once it reach a certain date.
For example, I purchased a laptop on 3rd November, and I planning to change the laptop after 10 years of usage. And, i planned to have one helper column (Current Equipment Age) to indicate the current age for the laptop, and the checkbox to automatic check once it reaches 10 years.
Not sure if there is anyway that can helps me with this way?
Best Answer
-
Hey @HC. Tan
Would this work for you?
=IF(ISDATE([10 Years Date After Purchase]@row), IF(TODAY() >=[10 Years Date After Purchase]@row,1))
Answers
-
Hey @HC. Tan
Would this work for you?
=IF(ISDATE([10 Years Date After Purchase]@row), IF(TODAY() >=[10 Years Date After Purchase]@row,1))
-
Hi @Kelly Moore,
It works! Appreciate for your help on this! ☺️👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!