+ Reply to Thread
Results 1 to 9 of 9

Excel 2007 : Convert number to text in Excel 2007

  1. #1
    Registered User
    Join Date
    05-12-2010
    Location
    st.louis
    MS-Off Ver
    Excel 2007
    Posts
    2

    Convert number to text in Excel 2007

    I need help converting numbers to text in excel 2007. I have done it before in 2003, but can't seem to remember exactly what I used. I may have used some kind of conditional formating, but not sure.

    Here is an example of what I need.

    If I type "7203" in a cell I want "Home Repairs" to appear. I have a list of words associated with a list of numbers and want to be able to type the number in a cell and have the word appear.

    An help would be greatly appreciated.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Convert number to text in Excel 2007

    To change the actual number 7203 typed into a cell with text, that would require a macro.

    To type 7203 into a cell and have text appear in the cell next to it related to that number, that can be done with formulas.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Convert number to text in Excel 2007

    Use VLOOKUP

    http://excel-it.com/excel_functions.htm
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    05-12-2010
    Location
    st.louis
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Convert number to text in Excel 2007

    Do you know of any way using conditional formating. I know i did not have to create a macro in 2003.

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Convert number to text in Excel 2007

    I'm using Excel 2003 and I can state to a certainty that there is no conditional fomatting that will convert the values in a cell from numbers to text. CF simply changes the font, font color, background and/or borders of cells.

    To actually change one entered value for another will require:
    1) VBA to do in same cell
    2) Lookup formulas to do in another cell

  6. #6
    Registered User
    Join Date
    08-30-2010
    Location
    Mumbai India
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question Re: Convert number to text in Excel 2007

    Dear Friends,

    Can i get any of example file where i can see the formula????

  7. #7
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Convert number to text in Excel 2007

    What formula? I've already suggested that VLOOKUP would be the way to go

  8. #8
    Registered User
    Join Date
    10-04-2013
    Location
    Karachi, Paksitan
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Convert number to text in Excel 2007

    This is a bit late. But It's never too late.

    I encounter the same problem today.

    I added one more column and applied the formula Concatenate for the desired column of number.
    After that I select this column, copy it and paste it special with text.

    My issue is resolved. Check it ou



    Quote Originally Posted by kdill20 View Post
    I need help converting numbers to text in excel 2007. I have done it before in 2003, but can't seem to remember exactly what I used. I may have used some kind of conditional formating, but not sure.

    Here is an example of what I need.

    If I type "7203" in a cell I want "Home Repairs" to appear. I have a list of words associated with a list of numbers and want to be able to type the number in a cell and have the word appear.

    An help would be greatly appreciated.

  9. #9
    Registered User
    Join Date
    12-15-2006
    Posts
    64

    Re: Excel 2007 : Convert number to text in Excel 2007

    There's an incredibly simple way to convert a number to text. Use the trim function.

    For example:

    If cell A1 contained the value 23 then if cell A2 contained the formula =type(A1) would return the value 1, indicating that the cell A1 contained a number.

    But if the formula =type(trim(A1)) would return the value 2, indicating that cell A1 contained text.

    Longfisher

+ 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