+ Reply to Thread
Results 1 to 4 of 4

Convert Interger number to column Alphabet

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Convert Interger number to column Alphabet

    Hello:

    I have M106 = 4

    I need a simple formula to convert that into column Alphabet + 1

    So 4 will be Column E (A,B,C,D and 4th will be D+1= E)

    Let me Know if you have any questions.
    Thanks.



    Riz

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,678

    Re: Convert Interger number to column Alphabet

    use:
    =CHAR(M106+65)
    Best Regards,

    Kaper

  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: Convert Interger number to column Alphabet

    Maybe this

    =CHAR(A1+64)

    A
    B
    1
    1
    A
    2
    2
    B
    3
    3
    C
    4
    4
    D
    5
    5
    E
    6
    6
    F
    7
    7
    G
    8
    8
    H
    9
    9
    I
    10
    10
    J
    11
    11
    K
    12
    12
    L
    13
    13
    M
    14
    14
    N
    15
    15
    O
    16
    16
    P
    17
    17
    Q
    18
    18
    R
    19
    19
    S
    20
    20
    T
    21
    21
    U
    22
    22
    V
    23
    23
    W
    24
    24
    X
    25
    25
    Y
    26
    26
    Z
    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
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Convert Interger number to column Alphabet

    Hi Kaper:

    Thank you so much

    Riz

+ 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. How do I obtain the column alphabet number if we know the row column number
    By ckb in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-01-2007, 11:42 AM
  2. how to convert numeric into alphabet
    By fong in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 08:05 PM
  3. how to convert numeric into alphabet
    By fong in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  4. how to convert numeric into alphabet
    By fong in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  5. [SOLVED] how to convert numeric into alphabet
    By fong in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 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