Create Pulse with IF Statement
Answers
-
Here you go:
-
And the row you are displaying is showing as "Red"?
Here's the breakdown of how your formula currently reads:
If the date is blank, output blank.
If the date is less than or equal to 3 days in the future, output red.
If the date is less than or equal to 4 days in the future, output yellow.
If the date is less than or equal to 5 days in the future, output green.
Is the date column set as a date type column, and how exactly is it being populated?
-
figured it out!
=IF(ISBLANK([Phase 1 Date]@row), " ", IF([Phase 1 Date]@row <= TODAY(-5), "Red", IF([Phase 1 Date]@row <= TODAY(-3), "Yellow", IF([Phase 1 Date]@row <= TODAY(2), "Green"))))
-
Ah. So you were looking for when dates have gone past a certain point in the past and not within a certain period in the future. That's where the confusion was.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!