ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   How do I enter a formula in a cell so that letters= a number i.e.. (https://www.excelbanter.com/new-users-excel/14562-how-do-i-enter-formula-cell-so-letters%3D-number-i-e.html)

Alex

How do I enter a formula in a cell so that letters= a number i.e..
 
How do I enter a formula in a cell so that letters= a number i.e Y=5, N=2.

Max

Not very sure on your intents,
but you might be thinking along these lines

Set-up the reference table in say, Sheet2,
cols A and B, from row1 down

Y 2
N 5
Z 9
etc

Then in Sheet1,
if you input letters* in say, A1:A3

Z
Y
N

*assumed case-insensitive

you could put in B1: =VLOOKUP(A1,Sheet2!A:B,2,0)

and copy B1 down to return the numbers
corresponding to the letters in col A

Z 9
Y 2
N 5

Alternatively, if you're entering single alphabets in col A,
then putting in B1: =CODE(A1)
and copying B1 down will also drive out numbers
corresponding to the alphas
(this time, it's case-sensitive, Y = 89, y = 121)

A - Z yields : 65 - 90
a - z yields : 97 - 122

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Alex" wrote in message
...
How do I enter a formula in a cell so that letters= a number i.e Y=5, N=2.




JulieD

Hi Alex

jason has answered you in microsoft.public.excel.worksheet.functions
it is generally not necessary to ask the same question in more than one
group as most of the responders read a number of different groups and doing
this tends to fragment your answers.

cheers
JulieD

"Alex" wrote in message
...
How do I enter a formula in a cell so that letters= a number i.e Y=5, N=2.




Max

"JulieD" wrote
.....
it is generally not necessary to ask the same question
in more than one group as most of the responders
read a number of different groups and doing
this tends to fragment your answers.


The multi-posting refrain was also given to the OP in .misc
(Yup, he did it there too ! <g)

Multi-posting isn't as rare as multi-post backs* to multi-posts
*by the OP
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----




All times are GMT +1. The time now is 01:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com