TODAY isn't calculating correctly
I'm creating essentially a countdown timer to when something was last reviewed. The formula below returns exactly what I am looking for, except the date seems to be off by about 6 months. Meaning a document that was reviewed 07/26/2022 is returning "Five" when it should actually be returning "Four", and a document reviewed on 10/26/2022 isn't returning anything at all.
=IF([Last Reviewed]@row <= TODAY(-365), "Empty", IF([Last Reviewed]@row <= TODAY(-300), "One", IF([Last Reviewed]@row <= TODAY(-240), "Two", IF([Last Reviewed]@row <= TODAY(-180), "Three", IF([Last Reviewed]@row <= TODAY(-120), "Four", IF([Last Reviewed]@row <= TODAY(-60), "Five"))))))
Do I need to define TODAY? If so, where do I do that?
Answers
-
Nevermind. My TODAY(-##) were off.
-
Hi @SM001397
I hope you're well and safe!
Excellent! Glad you got it working!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Please support the Community by marking your post with the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!