Combining a Symbol & Number
Hello,
I have a column that calculates Q/Q growth and displays it as a percent. The next column shows that as a symbol based on an if statement.
For example, Q/Q growth is -61%, then the down arrow is displayed.
I'm building a dashboard, with a metric section and wanted to add display -61% + down arrow in the same row. Or have it that when you hovered over the down arrow it showed -61%.
Is there a way to do that or to combine the q/q growth % and symbol in the same cell;
Answers
-
Hi Lisanne,
There's not a way to combine it in-cell within Smartsheet, but you could use a unicode emoji to substitute for something like this:
Here's the formula with the icons I used: =IF([%]@row < 0, [%]@row * 100 + "% 🔻", IF([%]@row > 0, [%]@row * 100 + "% 🔺", [%]@row * 100 + "% ➖"))
Here's a library of several icons you could choose from to make the colors mesh better: https://emojipedia.org/
Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!