PC Review


Reply
Thread Tools Rate Thread

Convert Cell Value to ASCII

 
 
carl
Guest
Posts: n/a
 
      8th Sep 2010
Is there an excel function and/or marco that can convert a cell value
into it's ASCII equivalent ?

I have data like this needs to be conversted to its unique ASCII
codes:

HO
Ho
hO
ho

Thank you in advance.

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      8th Sep 2010
Check your other post.

On 09/08/2010 13:40, Ron Rosenfeld wrote:
> On Wed, 8 Sep 2010 11:21:56 -0700 (PDT), carl<(E-Mail Removed)>
> wrote:
>
>> Is there an excel function and/or marco that can convert a cell value
>> into it's ASCII equivalent ?
>>
>> I have data like this needs to be conversted to its unique ASCII
>> codes:
>>
>> HO
>> Ho
>> hO
>> ho
>>
>> Thank you in advance.

>
> If all of the data is two characters, then
>
> 1st char: =code(a1)
> 2nd char: =code(right(a1,1))
>
> If you need something more general, that will deal with longer data,
> then try:
>
> A1: your data
> B1: =IF(LEN($A1)<COLUMNS($A:A),"",CODE(MID($A1,COLUMNS($A:A),1)))
> and fill right as far as might be required.


--
Dave Peterson
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASCII Convert Sam Microsoft Access 11 23rd Dec 2009 12:58 AM
how to convert non-ISO extended-ASCII to ISO ascii dotNeter Microsoft Dot NET 1 29th Jun 2006 06:53 PM
Convert ASCII to Hex Scott Sanford Microsoft Excel Discussion 3 26th Apr 2005 10:18 PM
How can I convert high ASCII to low ASCII Friso Wiskerke Microsoft VB .NET 6 7th Jan 2005 05:52 PM
Convert ASCII Jeremy Microsoft Dot NET Framework Forms 4 28th Nov 2003 05:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:40 AM.