Changing Status Symbol from "Hold" to "Yes" depending on dropdown menu entry
Hi all! I am looking to utilize the "Hold" and "Yes" symbols (Yellow triangle with ! and Green circle with check mark) as a "health indicator" depending on a specific value recorded in a dropdown menu column.
I have a dropdown menu column whereby the you can select either "E-MAIL" or "REPORT" as the value of the "Last Report Type" column (letting me know whether the last report sent out to the client was in the form of an email or a formal report).
I have drafted the below formula that WORKS by showing the "Hold" symbol in my "health indicator" column when "E-MAIL" is selected in the "Last Report Type" column. However, I do not know how to also include a formula whereby if "REPORT" is selected in the "Last Report Type" column that the symbol turns to "Yes" in the "health indicator" column.
=IF([Last Report Type]@row = "E-MAIL", "Hold")
=IF([Last Report Type]@row = "REPORT", "YES")
How do I make it so that I can combine both of these formulas in the "health indicator" column so that the symbol changes to either one or the other depending on if the "Last Report Type" column is an E-MAIL versus REPORT?
Thanks!
Best Answer
-
Use:
=IF([Last Report Type]@row = "E-MAIL", "Hold", IF([Last Report Type]@row = "REPORT", "YES", "")
Answers
-
Use:
=IF([Last Report Type]@row = "E-MAIL", "Hold", IF([Last Report Type]@row = "REPORT", "YES", "")
-
Problem solved!! Thank you so so much!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives