Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
enhanced conditional formatting | Excel Discussion (Misc queries) | |||
How can I break values apart that are in the same cell? | Excel Worksheet Functions | |||
Update of cell values after insert row? | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
how can i automatically insert cell values into a comment field? | Excel Discussion (Misc queries) |