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
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 302 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!