+ Reply to Thread
Results 1 to 7 of 7

Parse Data

  1. #1
    Registered User
    Join Date
    01-03-2010
    Location
    North Carolina
    MS-Off Ver
    Excel 2007
    Posts
    12

    Parse Data

    I have a spreadsheet that lists over 200 business names, addresses, phone numbers, and email addresses. Instead of the data being separated to columns, it is all in one column. Every 12th line starts a new set of data. All the data is in the same order(i.e. Business name, owner, street address, city, state, zip, phone, fax, url, email address, blank line) How can I parse eleven consecutive lines to columns, then the next 11 lines to matching columns, and so on quickly?
    Attached Files Attached Files
    Last edited by chadwellp; 02-12-2010 at 12:33 AM. Reason: added file

  2. #2
    Forum Expert
    Join Date
    10-10-2008
    Location
    Northeast Pennsylvania, USA
    MS-Off Ver
    Excel 2007
    Posts
    2,387

    Re: Parse Data

    chadwellp,

    Please attach your workbook.

    Click on "New Post" and scroll down and see "Manage Attachments".
    Have a great day,
    Stan

    Windows 10, Excel 2007, on a PC.

    If you are satisfied with the solution(s) provided, please mark your thread as Solved by clicking EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

  3. #3
    Registered User
    Join Date
    01-03-2010
    Location
    North Carolina
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Parse Data

    Here is an example of the file. It is really over 2500 lines.
    Attached Files Attached Files

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Parse Data

    1) Put this formula in C1:

    =INDEX($A:$A, (ROW($A1)*11)-11+COLUMN(A$1))

    2) Copy it down as far as needed and across to column M.

    3) Highlight all the new data

    4) CTRL-C to copy

    5) Edit > Paste Special > Values to remove the formulas

    6) Delete columns A:B
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Parse Data

    A small tweak to the formula:

    =INDEX($A:$A, (ROW($A1)*11)-11+COLUMN(A$1))&""

    You won't see any zeros this way.

  6. #6
    Registered User
    Join Date
    01-03-2010
    Location
    North Carolina
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Parse Data

    Thank you so much!!! You saved me a lot of work.

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Parse Data

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].

+ 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