If formula with Date and Time
Hi. I created the formula below to close a dynamic view on Oct.30th.
=IF(TODAY() <= DATE(2024, 10, 30), "Open View", "Lock View")
How do I adjust that formula so that the view can be locked at 5pm on that day?
Best Answer
-
Hi @User251
You can create a helper checkbox column and an automation workflow that checks this box at 5 pm on the last working day or a specific day (which will be your trigger). You can then modify the formula as =IF(AND(TODAY() <= DATE(2024, 10, 30), [Helper column]@row = true), "Open View", "Lock View")
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Answers
-
Hi @User251
You can create a helper checkbox column and an automation workflow that checks this box at 5 pm on the last working day or a specific day (which will be your trigger). You can then modify the formula as =IF(AND(TODAY() <= DATE(2024, 10, 30), [Helper column]@row = true), "Open View", "Lock View")
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
@AravindGP Thank you so much! Very good idea!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!