View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
dlw
 
Posts: n/a
Default How do I insert symbol conditional on cell values

how about an IF statement? =if(a110, "smile" ,"no smile" )

"Ivan Taklew" wrote:

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?