Hi everyone,
I'm a new member here and decided to sign up after looking everywhere here already for a way to do this but I just can't find a good solution. If any of you guys have a spare minute to help me out I would really appreciate it.
Ok what I need to do is this:
I have a list of text rows in Column A and a list of URLs in Column B.
I need to take each row in column A and move each corresponding row in Column B below it and then add 1 blank row before move onto the next text row-->URL and then a blank row.
I'm probably not describing this very well so here is a visual example:This is row 1 text http://www.ThisIsTheURLInColumnB-row1.com
This is row 2 text http://www.ThisIsTheURLInColumnB-row2.com
This is row 3 text http://www.ThisIsTheURLInColumnB-row3.com
This is row 4 text http://www.ThisIsTheURLInColumnB-row4.com
Solution Needed:
This is row 1 text
http://www.ThisIsTheURLInColumnB-row1.com
(this is a blank row)
This is row 2 text
http://www.ThisIsTheURLInColumnB-row2.com
(this is a blank row)
This is row 3 text
http://www.ThisIsTheURLInColumnB-row3.com
(this is a blank row)
This is row 4 text
http://www.ThisIsTheURLInColumnB-row4.com
And so on...
Any help would be brilliant,
Paul
I'm a new member here and decided to sign up after looking everywhere here already for a way to do this but I just can't find a good solution. If any of you guys have a spare minute to help me out I would really appreciate it.
Ok what I need to do is this:
I have a list of text rows in Column A and a list of URLs in Column B.
I need to take each row in column A and move each corresponding row in Column B below it and then add 1 blank row before move onto the next text row-->URL and then a blank row.
I'm probably not describing this very well so here is a visual example:
Column A Column B
This is row 2 text http://www.ThisIsTheURLInColumnB-row2.com
This is row 3 text http://www.ThisIsTheURLInColumnB-row3.com
This is row 4 text http://www.ThisIsTheURLInColumnB-row4.com
Solution Needed:
This is row 1 text
http://www.ThisIsTheURLInColumnB-row1.com
(this is a blank row)
This is row 2 text
http://www.ThisIsTheURLInColumnB-row2.com
(this is a blank row)
This is row 3 text
http://www.ThisIsTheURLInColumnB-row3.com
(this is a blank row)
This is row 4 text
http://www.ThisIsTheURLInColumnB-row4.com
And so on...
Any help would be brilliant,
Paul