Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All,
Just a quick question guys, I've used a formila before that converts text to a unique number, for example...... H464 - now this might bring back 123456 Any ideas? Thanks, James. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula should work both ways: if you can convert text to a unique
number, then you should be able to reverse it to convert that unique number to text. What is your algorithm? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Dave,
Meaning I can't remember how to transform text to number, I'm 100% sure there is a function that does this but can't remember! Thanks, James. "Dave O" wrote: The formula should work both ways: if you can convert text to a unique number, then you should be able to reverse it to convert that unique number to text. What is your algorithm? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A standard way to convert text to a number is, for example:
=CODE("A") which returns the ASCII code number for this character, 65 You can convert an ASCII number to text like this: =ASC(65) which returns A You can find an ASCII table he http://www.neurophys.wisc.edu/www/comp/docs/ascii.html Does this help? Please post a working example. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Parse text & numbers & format | Excel Worksheet Functions | |||
Parse text & numbers & format | Excel Worksheet Functions | |||
Parse text & numbers & format | Excel Worksheet Functions | |||
How do i change numbers in text format to number format? | New Users to Excel | |||
I enter numbers and they are stored as text | Excel Discussion (Misc queries) |