Formula Help

T

Tykelad

Is it possible for letters to have a value ?
E.G Imagine a blank cell. If i enter the letter M in it, i want the cell
next to it to show the number 8. If i enter the letter A, i want the adjacent
cell to show the number 11 etc etc
Can anyone help me ?
 
A

Alan

There are I suspect several ways, one would be to create a table in for
example Sheet 2 with column A containing 'A to Z' ,(A1:A26), column B
containing the values you want to assign to each letter (B1:B26)
Then if your blank cell were Sheet1A1, then in B1 enter :-
=VLOOKUP(A1,Sheet2!$A$1:$B$26,2,False)
Regards,
 
R

Rodney

G'day Tykelad,
Just a FYI
I cannot directly assist, as I am a plodder in Excel :)
however, In MSWorks I have a fields that use exactly your request
and I use a "Choose" statement.
The employment of this, depends on the number of characters
one can fit in a cell.
Otherwise VLookup is used.
Regards.




| Is it possible for letters to have a value ?
| E.G Imagine a blank cell. If i enter the letter M in it, i want the cell
| next to it to show the number 8. If i enter the letter A, i want the adjacent
| cell to show the number 11 etc etc
| Can anyone help me ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top