+ Reply to Thread
Results 1 to 6 of 6

Change Column headers from numeric to alpha

  1. #1
    Registered User
    Join Date
    01-26-2012
    Location
    Louisville, KY
    MS-Off Ver
    Excel 2007
    Posts
    3

    Change Column headers from numeric to alpha

    How do you change column headers from numeric to alpha. I need for the concatenate function. Excel 2010.

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Change Column headers from numeric to alpha

    I don't understand the question, in several directions.

    1) Concatenate itself just takes a cell reference?
    2) Do you mean, like, changing excel so that cell A1 is referred to as 1-1 or something? That sounds like a really bad idea in a variety of ways.

    What is it you need to do?

  3. #3
    Registered User
    Join Date
    01-26-2012
    Location
    Louisville, KY
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Change Column headers from numeric to alpha

    I use an (=) sign: =A1&D1&E1 to concatenate my cells. I then copy the formula down. I just received the 2010 version. When I type the numerics (=11&41&51), excel does not recognize.
    So, I just want to change column headings to alpha.

    Why do you think this is a bad idea? I have always joined my cells in this manner -- it is simple and swift.

    Thank you.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Change Column headers from numeric to alpha

    if you are in fact using ( then try removing them and just use =11&41&51. otherwise, when you type =A1&D1&E1 what results do you get?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: Change Column headers from numeric to alpha

    if i understand you correctly, use the following navigation while Excel 2010 is open:

    ALT + F + I

    > Formulas > Working with Formulas > Uncheck R1C1 reference style

    as far as i know, with R1C1 style, you cannot enter your Concatenate formula like you do with regular style (A1, B1 etc.).

    if you want to concatenate values in A1, D1 and E1 and show the results in F1, while in the R1C1 style, your formula would be:

    =RC[-5]&RC[-2]&RC[-1]
    Last edited by icestationzbra; 06-18-2012 at 01:41 PM. Reason: add'l info
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

  6. #6
    Registered User
    Join Date
    01-26-2012
    Location
    Louisville, KY
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Change Column headers from numeric to alpha

    icestationzbra - that did work! Thank you for the help!

+ 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