Changing text to number

D

DIAMONDGIRL

I have a text code that I want to change to the numeric equilvilant. For
example my code reads: ANY.XX and I want to convert it to read 125.00
 
G

Gord Dibben

Assuming only one of these, use Tools>AutoCorrect

If many, perhaps a VLOOKUP table will do the trick.


Gord Dibben MS Excel MVP
 
D

DIAMONDGIRL

The code is set up where a letter represents a number. For example: A=1,
B=2, C=3, and so on. How do I convert the text to its equilvilant number?
 
D

David Biddulph

If a letter is in A2, =CODE(A2)-64 will give 1, 2, 3, etc. from A, B, C,
etc.

It isn't clear how you have combined the results from ANY.XX to give 125.00,
as the letters A, N, Y, X, X respectively would be 1, 14, 25, 24, 24
 

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