Symbols in cell's Numbers, like to change stars in star ratings into arrows

In Excel it is possible to link a symbol to a value in a cell. How is that in Numbers ? If I have values of 1 up to 5 (for example; priority) I know I could use the drop down format or the star ratings. But I would like to see a down facing arrow for less priority or a horizontal arrow for normal priority and upward facing arrow for most urgent priority. If I would use the dropdown menu can I conditional format a cell with symbols ? as well as with colors ?

Or could I change the "Star" symbol in star ratings ?

Below is an example made up with Excel.

Anyone any idea if it is even possible in Numbers ?


MacBook Pro (2017 – 2020)

Posted on May 6, 2024 3:06 AM

Reply
3 replies

May 6, 2024 5:48 AM in response to Mrfra62

You can do something like this:




=SWITCH(A2,1,"⬇️",2,"↘️",3,"➡️",4,"↗️",5,"⬆️")


I got these symbols from Emoji & Symbols included on the Mac. Couldn't find colors as in your example.


If your Priority cells are formatted as Text instead of Number then you need to use something like this:


=SWITCH(A2,"1","⬇️","2","↘️","3","➡️","4","↗️","5","⬆️")


More on SWITCH here:


SWITCH - Apple Support


SG


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Symbols in cell's Numbers, like to change stars in star ratings into arrows

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.