Results 1 to 10 of 35

Thread: Redistribute a Delimited Column Of Data into Separate Rows (Keeping Other Data As Is)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    Rep Power
    0
    Quote Originally Posted by Rick Rothstein View Post
    That is how the code was designed. When data is missing and the user wants to fill it in, normally they want to do that fill for the data item and, since there is no way to know how far that last item should be filled for, I chose to use the row with the last data item as the stopping point. Until your post, that is the functionality everyone has wanted. If you post a sample worksheet with existing data on Sheet1 and what you want that data to look like on Sheet2, I will try to modify the code for you to do what you show me you want.

    MMVAL V1_BOM.xls

    That is the sheet I wanna modify and after the code executed I want it to be like;



    MMVAL V1_BOM_modified.xls


    but It fullfills the rest of column K with the last statement "C15" and it goes down to length of longest column.


    Thank you for your concern.

    Regards

  2. #2
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    Rep Power
    0
    Quote Originally Posted by aselcuks View Post
    MMVAL V1_BOM.xls

    That is the sheet I wanna modify and after the code executed I want it to be like;



    MMVAL V1_BOM_modified.xls


    but It fullfills the rest of column K with the last statement "C15" and it goes down to length of longest column.


    Thank you for your concern.

    Regards



    Also if there is any blank cell lets say G20, after execution it fulfills the shifted cell of G20 with the value of G19, it doesnt leave it blank as it was before.

Similar Threads

  1. Move data from rows into columns for every unique value
    By mahmoud-lee in forum Excel Help
    Replies: 4
    Last Post: 06-13-2013, 03:02 AM
  2. Replies: 4
    Last Post: 05-01-2013, 09:49 PM
  3. Replies: 3
    Last Post: 03-16-2013, 05:13 PM
  4. Replies: 12
    Last Post: 08-19-2012, 06:17 PM
  5. Transpose data into Rows
    By vikash200418 in forum Excel Help
    Replies: 2
    Last Post: 04-10-2012, 11:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •