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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!