Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jamesy
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Jamesy
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default 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 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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Parse text & numbers & format dmiami Excel Worksheet Functions 1 August 25th 05 04:52 PM
Parse text & numbers & format dmiami Excel Worksheet Functions 2 August 25th 05 03:27 PM
Parse text & numbers & format dmiami Excel Worksheet Functions 0 August 25th 05 09:23 AM
How do i change numbers in text format to number format? Greg New Users to Excel 1 December 14th 04 05:22 PM
I enter numbers and they are stored as text burkeville Excel Discussion (Misc queries) 5 December 3rd 04 01:59 AM


All times are GMT +1. The time now is 11:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"