Formula to test for Date + If Date Is Within One Year
SEBERCAW
✭✭
I know that =IF(DATE@row <> "", "Green", "Red") will tell be if there is a Date.
I need to add one more condition. That the date is also within the last year.
Can someone please help me?
I want the column to be Red if either condition fails and Green if both conditions are met.
Answers
-
Hi @SEBERCAW
See if this is what you need:
=IF(AND(Date@row <> "", Date@row >= TODAY() - 365), "Green", "Red")
Hope this helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!