![]() |
How do I insert symbol conditional on cell values
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? |
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? |
How do I insert symbol conditional on cell values
=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) 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? -- Dave Peterson |
All times are GMT +1. The time now is 07:15 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com