I would like to create a new row based on the value contained within a cell - add that value to the last column.
Example
Test 1 1, 2, 3, 4, 5
The macro should create
Test 1 1
Test 1 2
Test 1 3
Test 1 4
Test 1 5
Thanks for your help!
VJB
I would like to create a new row based on the value contained within a cell - add that value to the last column.
Example
Test 1 1, 2, 3, 4, 5
The macro should create
Test 1 1
Test 1 2
Test 1 3
Test 1 4
Test 1 5
Thanks for your help!
VJB
Pity you have not posted sample workbook. because a lot depends on data layout.
Let's assume thatis a typical content of column A.Test 1 1, 2, 3, 4, 5
This code would separate it reqired way
![]()
Please Login or Register to view this content.
Best Regards,
Kaper
Test 1 is in Column A
1,2,3,4 is in Column B
How would I adapt your code to make that work? I have attached a sample.
Thank you so much!!!
Test3.xlsx
FWIW:
![]()
Please Login or Register to view this content.
Version adopted to different (easier!) layout:
PS. Funny thing - I could offer exactly the same macro today on our national forum in thread: http://www.excelforum.pl/topics1/kol...415.htm#221703![]()
Please Login or Register to view this content.
Last edited by Kaper; 03-19-2014 at 02:34 PM. Reason: added reference to excelforum.pl identical macro
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks