Alternative to "TODAY Function"
Hello,
Problem: any changes/saves to any line, changes the "modified by/date" to ALL lines. This is annoying as I have no idea who made that change or when, as it constantly shows me....
After much research, it was determined the culprit is the "TODAY" function.
therefore, I need to remove this function and replace it with something else.
for example, to determine my schedule health, I'm using this
=IFERROR((IF(OR(Start@row = "", Start@row > TODAY()), "Blue", IF(OR([% Complete]@row = 1, Finish@row > TODAY(+[Task Duration Health Workdays]#)), "Green", IF(Finish@row < TODAY(), "Red", IF(NETWORKDAYS(TODAY(), Finish@row) < [Task Duration Health Workdays]#, "Yellow", "Green"))))), "")
what do you suggest I can use to REPLACE the "Today" function?
thank you
Answers
-
There is no way to replace the TODAY functionality. You would need to replace the use of the Modified (date) column with a regular date column and a record a date automation. But there is no way to work around the Modified (by) issue.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!