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.
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.
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?
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?
>
>
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 here:
http://www.neurophys.wisc.edu/www/comp/docs/ascii.html
Does this help? Please post a working example.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks