Help with Creating IF Formula * 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
*** GOT THE FIRST PART BUT CANT FIGURE OUT HOW TO TURN BLUE IF ACTUAL SURVERY IS BLANK**
* BOLD TEXT WONT COME BACK BLUE**
=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
-
Try this...
=IF([Actual Survey Date]@row <> "", "Blue", IF([Scheduled Survey Date]@row <= TODAY(), "Red", IF([Scheduled Survey Date]@row > TODAY(7), "Green", "Yellow")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!