How do I insert symbol conditional on cell values

G

Guest

I want to set up a worksheet that has symbols such as smiley faces etc that
appear conditional on the value of other cells - in a similar way to
conditional formatting. Any suggestions on how to do this?
 
D

Dave Peterson

=if(a1="ok","J","L")
or maybe:
=IF(A1="OK","J",IF(A1="maybe","K","L"))

Format that cell as Wingdings (and font size 22 to see it)
 

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

Top