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:[email protected] | 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
Check out the Formula Handbook template!