Red Green Blue dot question
I want to write a formula to return a Green dot if date is less or equal to another date, and a Red dot if the date is greater to the other date, and return a Blue dot if the cell is blank.
Best Answer
-
You had an extra parenthesis after Blue. Try this:
=IF(ISBLANK([start date]@row), "Blue", IF([start date]@row <= $[start date]$1, "Green", "Red"))
Answers
-
Can we give these date columns names to help build the formula?
The answer would be to create an embedded IF statement in the column that displays the dropdown colors.
-
Here is the formula i am trying.
=IF(ISBLANK([start date]@row), "Blue"), IF([start date]@row <= $[start date]$1, "Green", "Red"))
-
You had an extra parenthesis after Blue. Try this:
=IF(ISBLANK([start date]@row), "Blue", IF([start date]@row <= $[start date]$1, "Green", "Red"))
-
Thank you very much. That worked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!