+ Reply to Thread
Results 1 to 4 of 4

Parsing strings from two columns

  1. #1
    Registered User
    Join Date
    03-21-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    17

    Parsing strings from two columns

    Hi All,

    I have a file that needs to delimit the data from two columns. I have an example below:


    Name Title1 Title2
    Bob Book1; Book2 The Notebook; Greenhouse
    Alex Book1 One Summer
    Sally Book2; Book3 The Last Song; What's your name?

    It should be like this:

    Name Title1 Title2
    Bob Book1 The Notebook
    Bob Book2 Greenhouse
    Alex Book1 One Summer
    Sally Book2 The Last Song
    Sally Book3 What's your name?

    I have a script here but it only delimits one column.
    Please Login or Register  to view this content.
    Thank you very much!
    Last edited by Leith Ross; 03-22-2013 at 03:38 PM. Reason: Added Code Tags

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Parsing strings from two columns

    Ivhee,

    Welcome to the forum!
    Something like this should work for you:
    Please Login or Register  to view this content.
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    03-21-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Parsing strings from two columns

    Wow!! It works!! Thank you very much tigeravatar..

  4. #4
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Parsing strings from two columns

    You're very welcome

+ Reply to Thread

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.6.0 RC 1