Transpose and link data to a separate excel sheet

saadks

New Member
Joined
Mar 6, 2015
Messages
7
Hi,

I have two identical tables in Sheet 1 as given below:

Sr. No.
Header 0
Header 1Header 2Header 3
Response 1
Parameter 1
Data A
Response 1
Parameter 2
Response 1
Parameter 3
Row with some other data
Row with some other data
Row with some other data
Row with some other data
Header 0
Header 1Header 2Header 3
Response 2
Parameter 1
Data B
Response 2
Parameter 2
Response 2
Parameter 3


<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
Row with some other data
Row with some other data
Row with some other data
Row with some other data

<tbody>
</tbody>

The two tables with Headers and parameters always have 4 rows of space between them. I have a huge set of tables in this way and I would like to transpose the data from these tables into a separate sheet while linking the cells.

So, for eg., in Sheet 2, I have the following table:


Header 1Header 2Header 3
Sr. No.Parameter 1Parameter 2Parameter 3Parameter 1Parameter 2Parameter 3Parameter 1Parameter 2Parameter 3
Response 1
Data A





Response 2
Data B





<colgroup><col><col><col span="2"><col><col span="2"><col><col span="2"></colgroup><tbody>
</tbody>

Is it possible to link the two sheets and ensure that all recurring tables, the values are picked up - Response 3, Response 4, etc. - by writing a macro/function.

Not sure if my question is entirely clear. Let me know if I need to clarify on some point.

Thanks for the help!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result

Forum statistics

Threads
1,217,255
Messages
6,135,496
Members
449,943
Latest member
thsix

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top