pjmdesigns
Technical User
I have a workbook with two sheets.
I intend to use sheet1 to paste a COLUMN of data into column ‘A’; this will always populate 74 rows, formatted as follows:
First Name, Paul
Last Name, John
Address 1, 5, Newton Close
Address 2, Walthamstow
...and so on
On sheet2 I have a row of headers from cell B1 to BV1. I need to copy the text (if any) after THE FIRST ',' (as there could be multiple commas per cell) from each cell starting at sheet1.A1 and copy it to the first available cell in column A on sheet2, then do the same with each cell in column A on sheet1 though to the ROW on sheet2, so sheet1.A2 populates Sheet2,B# etc.
I don’t think I have explained that very well so example as follows:
Sheet1, Column A:
First Name, Paul
Last Name, John
Address 1, 5, Newton Close
Address 2, Walthamstow
Sheet 2 populates:
Cell A3 (start of first empty row)
Paul
Cell B3
John
Cell C3
5, Newton Close
Cell D3..........to column "BV"
Walthamstow
Once saved I will return to the workbook in the future and paste a new column of data to Sheet1.column A and then by running a macro the next empty row on sheet2 will be populated with the new data, etc.
I hope this makes sense, can anyone help?
Very much appreciated.
Thanks in advance.
All the Best.
PJ
I intend to use sheet1 to paste a COLUMN of data into column ‘A’; this will always populate 74 rows, formatted as follows:
First Name, Paul
Last Name, John
Address 1, 5, Newton Close
Address 2, Walthamstow
...and so on
On sheet2 I have a row of headers from cell B1 to BV1. I need to copy the text (if any) after THE FIRST ',' (as there could be multiple commas per cell) from each cell starting at sheet1.A1 and copy it to the first available cell in column A on sheet2, then do the same with each cell in column A on sheet1 though to the ROW on sheet2, so sheet1.A2 populates Sheet2,B# etc.
I don’t think I have explained that very well so example as follows:
Sheet1, Column A:
First Name, Paul
Last Name, John
Address 1, 5, Newton Close
Address 2, Walthamstow
Sheet 2 populates:
Cell A3 (start of first empty row)
Paul
Cell B3
John
Cell C3
5, Newton Close
Cell D3..........to column "BV"
Walthamstow
Once saved I will return to the workbook in the future and paste a new column of data to Sheet1.column A and then by running a macro the next empty row on sheet2 will be populated with the new data, etc.
I hope this makes sense, can anyone help?
Very much appreciated.
Thanks in advance.
All the Best.
PJ