Results 1 to 15 of 15

Separate comma-delimited values to rows

Threaded View

  1. #1
    Registered User
    Join Date
    10-21-2009
    Location
    Texas, USA
    MS-Off Ver
    Excel 2007
    Posts
    5

    Separate comma-delimited values to rows

    I have tried doing this myself, cloning parts and pieces from others, but can not get it to work right.

    I have an excel sheet I create with lots of inventory items distributed amongst several locations. The first column is a location field where several 1-2 digit location codes are seperated by commas. I would love to get the macro to copy each row, once for each location code, onto a new tab as a new longer list. Because the amount of data per row varies, I need the entire row to be copied to the new tab.

    EX:
    GOING FROM THIS...
    LOC ITEM etc...
    1, 2, 5 ITEM1 moredata...
    1, 5, 10 ITEM2 moredata2...

    TO THIS ON NEW TAB...
    LOC ITEM etc...
    1 ITEM1 moredata...
    2 ITEM1 moredata...
    5 ITEM1 moredata...
    1 ITEM2 moredata2...
    5 ITEM2 moredata2...
    10 ITEM2 moredata2...
    Attached Files Attached Files
    Last edited by sporto; 10-23-2009 at 02:00 AM. Reason: Attach sample file

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