+ Reply to Thread
Results 1 to 3 of 3

Typing a letter in a cell to fill in another cell

Hybrid View

  1. #1
    Registered User
    Join Date
    10-23-2010
    Location
    U.S
    MS-Off Ver
    Excel 2003
    Posts
    2

    Typing a letter in a cell to fill in another cell

    Hi

    I really will appreciate your help in achieving the following:

    I am wanting to be able to type a letter in a cell for example a letter Y that wil represent Yes.

    As soon as a Y is entered in a cell I would like for a checkmark to be automatically checked in a different cell.

    How do I achive this?

    Thanks
    Last edited by studio2006; 10-23-2010 at 07:29 PM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Typing a letter in a cell to fill in another cell

    Hello,

    say you enter a "y" in column G and you want column A to get a check mark:

    In A1 use the formula

    =IF(G1="y",CHAR(252),"")

    Format the cell with the Wingdings font, then copy down.

    You can also use checkboxes from the forms tools, but you will need to individually create these for each row. If you want to pursue that, please pipe up.

    cheers

  3. #3
    Registered User
    Join Date
    10-23-2010
    Location
    U.S
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Typing a letter in a cell to fill in another cell

    Thank you - That did it.

+ 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