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
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!