+ Reply to Thread
Results 1 to 3 of 3

How do I insert symbol conditional on cell values

  1. #1
    Ivan Taklew
    Guest

    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?

  2. #2
    dlw
    Guest

    RE: How do I insert symbol conditional on cell values

    how about an IF statement? =if(a1>10, "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. #3
    Dave Peterson
    Guest

    Re: 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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1