Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / September 2007

Tip: Looking for answers? Try searching our database.

Split 1 col into 2 cols

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Betty Csehi - 27 Sep 2007 15:38 GMT
I have the following in col A:
RMMX003245
TFM127854

I want cols B and C to contain the split info from col A:

Col B            Col C
RMMX        003245
TFM            127854

I can do the =right and =left formula, but the problem is that, while there
will always be 6 numbers, there will not always be the same number of
letters. However, there will always be at least 1 letter and no more than 4
letters.  Can someone tell me how to do this?

Thanks!
JW - 27 Sep 2007 15:52 GMT
Col B
=LEFT(H2,LEN(H2)-6)

Col C
=RIGHT(H2,6)

> I have the following in col A:
> RMMX003245
[quoted text clipped - 12 lines]
>
> Thanks!
JW - 27 Sep 2007 15:53 GMT
Meant to change the references to column A.
Col B
=LEFT(A2,LEN(A2)-6)

Col C
=RIGHT(A2,6)

> Col B
> =LEFT(H2,LEN(H2)-6)
[quoted text clipped - 18 lines]
> >
> > Thanks!
Betty Csehi - 27 Sep 2007 21:38 GMT
Thanks for the help.  I do appreciate it!

> Col B
> =LEFT(H2,LEN(H2)-6)
[quoted text clipped - 20 lines]
>>
>> Thanks!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.