+ Reply to Thread
Results 1 to 8 of 8

How to format numbers into words?

  1. #1
    Registered User
    Join Date
    06-19-2012
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    34

    How to format numbers into words?

    Hi everyone, I'm trying to format numbers in a cell into words. For example, if I type 1 in a cell, I would like it to show the word Optimistic. If i type 2 in the cell I would like it to show the word "Realistic", 3 to show "Pessimistic".

    How would I be able to do that?

    Thank you!

  2. #2
    Forum Contributor
    Join Date
    01-30-2013
    Location
    Wales
    MS-Off Ver
    Excel 2013
    Posts
    231

    Re: How to format numbers into words?

    It's a bit heavy handed but you could put things in the autocorrect table that would do this, BUT!!!!
    Click * below if this answer helped

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: How to format numbers into words?

    You can try this formula

    =LOOKUP(A1,{1,2,3},{"Optimistic","Realistic","Pessimistic"})

    A
    B
    1
    1
    Optimistic
    2
    2
    Realistic
    3
    3
    Pessimistic
    4
    1
    Optimistic
    5
    3
    Pessimistic


    However, if you have more values it would be better to create a lookup table and use formula like VLOOKUP
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Forum Contributor
    Join Date
    01-30-2013
    Location
    Wales
    MS-Off Ver
    Excel 2013
    Posts
    231

    Re: How to format numbers into words?

    I thought of lookup and vlookup, but thought that tonylyx wanted the result in the same cell as he entered the number.

  5. #5
    Registered User
    Join Date
    06-19-2012
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    34

    Re: How to format numbers into words?

    Yea I recalled a friend showed me that there was a way in Format Cell, we could write formula that could turn certain numbers into text .. Like [1 = "Optimistic"].. but can't remember exactly what the formula was

  6. #6
    Registered User
    Join Date
    06-19-2012
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    34

    Re: How to format numbers into words?

    Quote Originally Posted by tonylyx View Post
    Yea I recalled a friend showed me that there was a way in Format Cell, we could write formula that could turn certain numbers into text .. Like [1 = "Optimistic"].. but can't remember exactly what the formula was

    Just figured it out! It's [=1]"Optimistic";[=2]"Realistic";"Pessimistic" Thanks guys

  7. #7
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: How to format numbers into words?

    Try entering 1,2 or 3 into the attached workbook.


    Please Login or Register  to view this content.
    Attached Files Attached Files

  8. #8
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: How to format numbers into words?

    @Xx7

    It looks like it is going to do that in any cell. Should there be a reason for concern?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to give to space between the numbers and words & changing the date format
    By Venkata Krishna in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-01-2013, 03:14 AM
  2. Replies: 0
    Last Post: 04-29-2013, 03:13 PM
  3. sum only numbers in column with words and numbers
    By helpplease2013 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-08-2013, 12:10 PM
  4. [SOLVED] Find matching words in 10 columns and add row numbers of matching words
    By zeke 29 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-03-2012, 09:57 AM
  5. [SOLVED] Format cell to show numbers in words
    By Rena2j in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-10-2005, 07:10 AM

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