+ Reply to Thread
Results 1 to 8 of 8

Convert number into letter, it is possible?

  1. #1
    Forum Contributor
    Join Date
    04-30-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2007
    Posts
    234

    Convert number into letter, it is possible?

    1 =p
    2 =b
    0 =t

    hi guy simple, what formula do I use to convert 1 = p , 2 = b , 0 = t

    thanks

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Convert number into letter, it is possible?

    Try this

    =CHOOSE(H2+1,"t","b","p")

  3. #3
    Forum Contributor
    Join Date
    04-30-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2007
    Posts
    234

    Re: Convert number into letter, it is possible?

    wow nice thanks!

  4. #4
    Forum Contributor
    Join Date
    04-30-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2007
    Posts
    234

    Re: Convert number into letter, it is possible?

    ooops, i think you suppose to put

    =CHOOSE(A1+1,"t","p","b")

  5. #5
    Forum Contributor
    Join Date
    04-30-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2007
    Posts
    234

    Re: Convert number into letter, it is possible?

    Quote Originally Posted by Bob Phillips View Post
    Try this

    =CHOOSE(H2+1,"t","b","p")
    but what if i want to change it to

    A1: 1 = p
    A2: 2 = b
    A3: 3 = t
    Last edited by Exxcel Noob; 05-02-2012 at 02:39 PM.

  6. #6
    Forum Contributor
    Join Date
    04-30-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2007
    Posts
    234

    Re: Convert number into letter, it is possible?

    I think i found it

    =LOOKUP(A1,{0,1,2},{"t","p","b"})

  7. #7
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Convert number into letter, it is possible?

    Quote Originally Posted by Exxcel Noob View Post
    but what if i want to change it to

    A1: 1 = p
    A2: 2 = b
    A3: 3 = t
    Then you use

    =CHOOSE(A1,"p","b","t")

  8. #8
    Forum Contributor
    Join Date
    04-30-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2007
    Posts
    234

    Re: Convert number into letter, it is possible?

    Quote Originally Posted by Bob Phillips View Post
    Then you use

    =CHOOSE(A1,"p","b","t")
    PERFECT !

    WOW THANKS Bob Phillips

+ 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