Question with Symbol Formulas
Hello,
I am trying to get my formula to return the Gray symbol if the date is blank. Any assistance would be of immense help.
=IF([OSHA-30 Exp Date (7-yr)]@row - TODAY() > 75, "Green", IF([OSHA-30 Exp Date (7-yr)]@row < TODAY(), "Red", "Yellow", OR(IFBLANK([OSHA-30 Exp Date (7-yr)]@row - "Gray"))))
Best Answer
-
Hey @Ronnie D.
Does this give you what you are expecting?
=IF(ISBLANK([OSHA-30 Exp Date (7-yr)]@row), "Gray", IF([OSHA-30 Exp Date (7-yr)]@row - TODAY() > 75, "Green", IF([OSHA-30 Exp Date (7-yr)]@row < TODAY(), "Red", "Yellow")))
cheers
Kelly
Answers
-
Hey @Ronnie D.
Does this give you what you are expecting?
=IF(ISBLANK([OSHA-30 Exp Date (7-yr)]@row), "Gray", IF([OSHA-30 Exp Date (7-yr)]@row - TODAY() > 75, "Green", IF([OSHA-30 Exp Date (7-yr)]@row < TODAY(), "Red", "Yellow")))
cheers
Kelly
-
Thank you !
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!