+ Reply to Thread
Results 1 to 5 of 5

Letters of Alphabet

  1. #1
    Bill
    Guest

    Letters of Alphabet

    Hello,
    Is there an easy way to find the number of a letter in the alphabet; e.g.
    that "E" is the fifth letter?

    Thanks.

    Bill



  2. #2
    Bob Phillips
    Guest

    Re: Letters of Alphabet

    =CODE(UPPER("E"))-64

    I stuck the UPPER in there in case you use a formula to derive E, or a cell
    reference, and it might be lower case.

    --

    HTH

    Bob Phillips

    (replace xxxx in the email address with gmail if mailing direct)

    "Bill" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    > Is there an easy way to find the number of a letter in the alphabet; e.g.
    > that "E" is the fifth letter?
    >
    > Thanks.
    >
    > Bill
    >
    >




  3. #3

    Re: Letters of Alphabet


    Bob Phillips wrote:

    > =CODE(UPPER("E"))-64
    >


    Or instead of 64, you could use Asc("A") - 1


  4. #4
    Bob Phillips
    Guest

    Re: Letters of Alphabet

    Yeah, you could, but ...

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    <[email protected]> wrote in message
    news:[email protected]...
    >
    > Bob Phillips wrote:
    >
    > > =CODE(UPPER("E"))-64
    > >

    >
    > Or instead of 64, you could use Asc("A") - 1
    >




  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If your letter's in A1 then you could use

    =COLUMN(INDIRECT(A1&1))

+ 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