+ Reply to Thread
Results 1 to 3 of 3

Ticks/Crosses in cells?

  1. #1
    Registered User
    Join Date
    11-26-2003
    Location
    Scotland
    Posts
    26

    Ticks/Crosses in cells?

    Hi folks,

    I have a list of names of people that have answered a question with the reply "yes" or "no". Their answers are in column B. Is there any way of making the "yes"s a tick symbol and the "no"s a cross symbol using the IF statement?? Even better if I could get ticks in green and crosses in red.

    This would be a big help.

    thanks
    melv

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Suppose you have the yes or no in cell A1 then use:
    =IF(A1="yes",CHAR(252),IF(A1="no",CHAR(251),""))

    Format the font of the result cells as Windings.

    As for the color: use conditional formatting. Example, if you have entered the above formula in cell B1 then, select format > conditional formatting
    In condition 1, select "formula is" in the drop-down, and enter the following =B1=CHAR(252). Click format button and select green color for the font. Then click on ADD>> and in the second condition enter =B1=CHAR(251) after selecting formula is. Format the font as red.

    Copy the formatting to all the cells.

    - Mangesh
    Last edited by mangesh_yadav; 01-28-2005 at 06:23 AM.

  3. #3
    Registered User
    Join Date
    11-26-2003
    Location
    Scotland
    Posts
    26
    Mangesh,

    genius mate!! thanks

+ 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