Looking up and displaying a icon based on a cell value

  • Thread starter Thread starter Marina Limeira
  • Start date Start date
M

Marina Limeira

How I Looking up and displaying a icon based on a cell value ?
Example:

icon :-) when cell C5 <=30
icon :-( when cell c5 >30

and where insert the icons ?

thanks

Marina
 
Write this formula: =IF(C5>30,CHAR(74),CHAR(76))
Then change the font to Wingdings

Ola Sandström


or maybe you wanted: IF(C5>30,":-(",":-)")
 
You have another reply at your first post.

Marina said:
How I Looking up and displaying a icon based on a cell value ?
Example:

icon :-) when cell C5 <=30
icon :-( when cell c5 >30

and where insert the icons ?

thanks

Marina
 
And another reply at your other "Clip Art" post in microsoft.public.excel news
group.


Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top