IF NOT FORMULA with COLOR STATUS * HELP PLEASE**
WHEN (NO actual survey date entered yet)
If Scheduled survey date is beyond 7 days from today date – Green
If schedule survey date is within 7 days from today date – yellow
If scheduled survey date is today or past – Red
Once an actual survey date is entered it is – blue
*** HERE IS WHAT I HAVE BUT WONT WORK**
=IF(ISBLANK([Actual Survey Date]@row), IF([Scheduled Survey Date]@row > TODAY(7), "Green", IF([Scheduled Survey Date]@row >= TODAY(7), "Yellow", IF([Scheduled Survey Date]@row < TODAY(), "Red")))) OR(NOT(ISBLANK([Actual Survey Date]@row, "Not Blank", "Blue"
Answers
-
Hi there,
Try this:
=IF(ISBLANK([Actual Survey Date]@row), IF([Scheduled Survey Date]@row > TODAY(7), "Green", IF([Scheduled Survey Date]@row >= TODAY(-7), "Yellow", IF([Scheduled Survey Date]@row < TODAY(), "Red"))), "Blue")
Hope this helps :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!