if with blank cell, RYG ball how to become Yellow.
richard_uy
✭✭
Hi,
As per below formula, if with blank cell, How can i add the formula for RYG ball auto change to Yellow.
=IF(ETA11 > TODAY(), "Green", IF(ETA11 < TODAY(), "Red"))
Thanks in advance.
Comments
-
Use empty quotes. Like:
=IF(ETA11 > TODAY(), "Green", IF(ETA11 < TODAY(), "Red", IF(ETA11 = "", "Yellow", ""))
-
Hi Matth, can't work, RYG ball still with Red.
-
Try,
=IF(ISblank(ETA11),"Yellow", IF(ETA11 > TODAY(), "Green", IF(ETA11 < TODAY(), "Red", "")))
-
It work perfectly. big thanks.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives