+ Reply to Thread
Results 1 to 2 of 2

Split cell contents and copy adjoing cell next to each resulting row.

  1. #1
    Registered User
    Join Date
    09-29-2013
    Location
    Pittsburgh
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question Split cell contents and copy adjoing cell next to each resulting row.

    I need to split the contents of one cell into multiple rows and copy the content of the adjacent to the cell that is being split next to each resulting row. Can someone provide me with VBA code to perform this task.

    Current
    1011 B06,B09,B13,B15,B32,B44,B73,B82,B83
    1015 B06,B09,B20,B73,B82,B83
    1020 B06,B08,B09,B15,B16,B28,B32,B35,B42,B73,B76,B82,B83,B87

    Revised
    1011 B06
    1011 B09
    1011 B13
    1011 B15
    1011 B32
    1011 B44
    1011 B73
    1011 B82
    1011 B83
    1015 B06
    1015 B09
    1015 B20
    1015 B73
    1015 B82
    1015 B83
    1020 B06
    1020 B08
    1020 B09
    1020 B15
    1020 B16
    1020 B28
    1020 B32
    1020 B35
    1020 B42
    1020 B73
    1020 B76
    1020 B82
    1020 B83
    1020 B87

  2. #2
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: Split cell contents and copy adjoing cell next to each resulting row.

    Assuming data resides in col.A & B and starts from A1
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] VBA Split Cell Contents to New Rows & Copy Cells containing single values to the new rows
    By jaimelwilson in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-14-2017, 05:30 PM
  2. [SOLVED] split cell contents into rows, and copy adjacent cells down
    By FDibbins in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-15-2016, 12:02 AM
  3. macro to copy cell contents then remove substring of contents in new cell - Help
    By three_jeeps in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-25-2015, 01:19 AM
  4. Split cell contents
    By Johnatha in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-06-2014, 04:25 PM
  5. Replies: 3
    Last Post: 11-28-2011, 03:08 PM
  6. Split cell contents over multiple rows based on cell contents
    By naigy in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-17-2011, 05:38 PM
  7. [SOLVED] Can unmerged cell contents be split to another cell
    By Karyn in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-12-2006, 04:10 PM

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