Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=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" wrote in message link.net... 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Bob Phillips wrote: =CODE(UPPER("E"))-64 Or instead of 64, you could use Asc("A") - 1 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yeah, you could, but ...
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) wrote in message oups.com... Bob Phillips wrote: =CODE(UPPER("E"))-64 Or instead of 64, you could use Asc("A") - 1 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() If your letter's in A1 then you could use =COLUMN(INDIRECT(A1&1)) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=555287 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I increment letters of the alphabet for a database | Excel Discussion (Misc queries) | |||
Solver - Assign values to the letters of the alphabet | Excel Discussion (Misc queries) | |||
associate alphabet letters with numbers? | New Users to Excel | |||
how to assign a value to the alphabet in order to add up letters | Excel Discussion (Misc queries) | |||
VBA function to return letters of alphabet | Excel Programming |