+ Reply to Thread
Results 1 to 4 of 4

Format text to numbers

  1. #1
    Jamesy
    Guest

    Format text to numbers

    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. #2
    Dave O
    Guest

    Re: Format text to numbers

    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. #3
    Jamesy
    Guest

    Re: Format text to numbers

    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. #4
    Dave O
    Guest

    Re: Format text to numbers

    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.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1