+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    09-22-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    27

    How to split mixed data into 2 separate columns?

    Dear Friends,

    How can I split mixed data (Text & Numbers) into 2 seperate columns? For example the following data is in Cell A1 and I would like to split Numbers into Cell A2 & Text into Cell A3.

    501054 ROYAL SUPPLIERS
    605423 SRUJANA MARKETING AGENCIES

    Note: First 6 characters are numbers then one single space and the text has variable characters.

    Thanks in advance.
    Last edited by LearnerEXL; 09-24-2009 at 07:54 AM.

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,379

    Re: How to split mixed data into 2 separate columns?

    A lot of varied questions today - seems almost like homework.

    A2: =0+LEFT(A1,6)
    A3: =SUBSTITUTE(A1,A2&" ","")

  3. #3
    Registered User
    Join Date
    09-22-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    27

    SOLVED: How to split mixed data into 2 separate columns?

    Quote Originally Posted by DonkeyOte View Post
    A lot of varied questions today - seems almost like homework.

    A2: =0+LEFT(A1,6)
    A3: =SUBSTITUTE(A1,A2&" ","")
    Great! It is working fine. Thanks a lot.

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.2.0