Can Smartsheet display five health color indicators?

I have a sheet setup with five different statuses. I've been able to create a formula to display color indicators for four statuses, but when I tried to code in a fifth for Grey, I only see the text Grey in the row instead of the color. Are we not able to go past four colors?
Answers
-
Hi,
I hope you're well and safe!
Unfortunately, it's not possible now, but it's an excellentΒ idea!
PleaseΒ submit this asΒ a Product Feedback or Idea (If it hasn't been added already) when you have a moment.
Here's a possible workaround or workarounds
You can use Emojis for the colors instead.
π΄ π‘ π’ π΅ π π£ π€ β«
Would that work/help?I hope that helps!
Be safe, and have a fantastic day!
Best,
AndrΓ©e StarΓ₯ | Smartsheet Expert Consultant & Partner / CEO @ WORK BOLD
β Did my comment(s) help/answer your question or solve your problem? Please support the Community and me byΒ marking it - Insightful π‘- Vote Up β¬οΈ - Awesome β€οΈ - or/and as the accepted answer. It will make it easier for others to find a solution or help to answer! I appreciate it, thanks!SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
How do you use the emoji's? I don't see that as an option in the column property or did I miss that?
-
You can add them to the drop-down column option.
Make sense?
β Remember! Did my comment(s) help/answer your question or solve your problem? Please support the Community and me byΒ marking it - Insightful π‘- Vote Up β¬οΈ - Awesome β€οΈ - or/and as the accepted answer. It will make it easier for others to find a solution or help to answer! I appreciate it, thanks!SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thank you. That would mean that I would have to create all the choices and apply one of those choices to my rows. I was hoping to use the color indicators with a formula instead so that it reads another column and automatically applies the color ball in the health column.
-
Hi @LFeliciano, you can use these emojis in a formula as well.
For example:
=IF(Value@row = 1, "π΄", IF(Value@row = 2, "π‘", IF(Value@row = 3, "π’", IF(Value@row = 4, "π΅", ""))))
Also, great idea AndrΓ©e!
Hope this helps!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com) (LinkedIn)
SSFeatures makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: β Auto Sorting β Sorting with Filters β Report PDF Generation β Copy and Paste Conditional Formats β Copy and Paste Automation Workflows β Column Manager β and so many more.
-
Happy to help!
You can also use them in formulas by surrounding the emojis with "π΅", similar to how you use text in a formula.Make sense?
β Remember! Did my comment(s) help/answer your question or solve your problem? Please support the Community and me byΒ marking it - Insightful π‘- Vote Up β¬οΈ - Awesome β€οΈ - or/and as the accepted answer. It will make it easier for others to find a solution or help to answer! I appreciate it, thanks!SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.