Hi, I have 2 ws, sheet1 and sheet3 with headers different Rows
Row 1 is the first header, the columns are: Name1, Name2, Name3, Name4 . Then there is a bunch of data related to these columns.
Row 8 is another header, the columns are: Name2, Name1, Name3. Again some data follows these columns.
And so on goes the Excel sheet with many such rows which are headers.
These headers are not in same order. Here is an example of Excel Sheet1:
Name1 Name2 Name3 Name4 this is Row 1 (header1)
A AB AC AD this is Row 2
B c d f this is Row 3
C 10 3 HA
D 11 40 FG
Row 6 is blank
Row 7 is blank
Name2 Name1 Name3 this is Row 8 (header2)
1 2 3 this is Row 9
B jc hj this is Row 10
C gf mn Row 11 is blank
. . . .
. . . .
. . . .
. . . .
I need to copy every single columns data from Sheet1 based on specific headers and paste it to Sheet2.
Here is an example of Sheet2, this is what I need:
Name2 Name1 Name3 Name4 this is Row 1 (header1) different sheet1
AB A AC AD this is Row 2
c B d f this is Row 3
10 C 3 HA
11 D 40 FG
1 2 3
B jc hj
C gf mn
Hope some expert can help me
Row 1 is the first header, the columns are: Name1, Name2, Name3, Name4 . Then there is a bunch of data related to these columns.
Row 8 is another header, the columns are: Name2, Name1, Name3. Again some data follows these columns.
And so on goes the Excel sheet with many such rows which are headers.
These headers are not in same order. Here is an example of Excel Sheet1:
Name1 Name2 Name3 Name4 this is Row 1 (header1)
A AB AC AD this is Row 2
B c d f this is Row 3
C 10 3 HA
D 11 40 FG
Row 6 is blank
Row 7 is blank
Name2 Name1 Name3 this is Row 8 (header2)
1 2 3 this is Row 9
B jc hj this is Row 10
C gf mn Row 11 is blank
. . . .
. . . .
. . . .
. . . .
I need to copy every single columns data from Sheet1 based on specific headers and paste it to Sheet2.
Here is an example of Sheet2, this is what I need:
Name2 Name1 Name3 Name4 this is Row 1 (header1) different sheet1
AB A AC AD this is Row 2
c B d f this is Row 3
10 C 3 HA
11 D 40 FG
1 2 3
B jc hj
C gf mn
Hope some expert can help me