Red, Yellow, Green Formula
I am trying to get the Red, Yellow, Green dot formula to work with the information below.
Red = If [submitted date] is in the past and [Assigned Engineer] is blank
Yellow = If [Assigned Engineer] is not blank
Green = If [Completed] is checked
Best Answer
-
Try This...
=IF(Completed@row = 1, "Green", IF(AND([Submitted Date]@row < TODAY(), ISBLANK([Assigned Engineer]@row)), "Red", IF(NOT(ISBLANK([Assigned Engineer]@row)), "Yellow")))
Note: If the Date is today or in the future and no Engineer is assigned the cell will be blank.
Answers
-
Try This...
=IF(Completed@row = 1, "Green", IF(AND([Submitted Date]@row < TODAY(), ISBLANK([Assigned Engineer]@row)), "Red", IF(NOT(ISBLANK([Assigned Engineer]@row)), "Yellow")))
Note: If the Date is today or in the future and no Engineer is assigned the cell will be blank.
-
That worked. Thank you for your help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 377 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!