Formula with symbols when a cell is NOT blank
HI Everyone, I´m looking for help with the following situation. I want My "Closed within due date" column to show:
Gray when the case has not been closed yet (and therefore Closed date is blank)
Green when Closed date is equal or less than Due date
Red when Closed date is higher than Due date.
I cant figure out the par for the gray. Here is what I have so far, but its marking as green (Closed within due date) all the cases that have not been closed yet:
=IF([End Date]@row < [Due date]@row, "Green", IF([End Date]@row = [Due date]@row, "Green", IF([End Date]@row > [Due date]@row, "Red")))
I was trying to use =IF(NOT(ISBLANK somewhere in the formula but I cant get it to work.
Thanks a lot!!
Best Answer
Answers
-
-
It worked! Thanks a lot!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!