Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default formula help

In "column A" in "Cells 1 and 2" I have the following
data: A1234 and B4321 respectively. I need to have a
formula to drag down "column B" that would convert the
letters to numbers as follows: A1234 would become 11234
and B4321 would become 24321. Help?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default formula help

=((CODE(LEFT(A1))-64) & RIGHT(A1,LEN(A1)-1))*1

then drag fill down the column.

--
Regards,
Tom Ogilvy


"scrabtree23" wrote in message
...
In "column A" in "Cells 1 and 2" I have the following
data: A1234 and B4321 respectively. I need to have a
formula to drag down "column B" that would convert the
letters to numbers as follows: A1234 would become 11234
and B4321 would become 24321. Help?



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
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


All times are GMT +1. The time now is 02:44 PM.

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

About Us

"It's about Microsoft Excel"