Hi,
I have a worksheet that contains 119K lines and 150 columns. All the column headings are unique and the columns contain specific information and data about that particular product. Some products contain data from multiple columns. Eg below -
Oil Seals - contains dimensional date in 4 columns. This information is found in columns (example only) AC1, BB1, CB1, CH1
Seal ID
Seal OD
Seal Width
Lip Material
Other products may only contain information in 1 column.
Is it possible to return the Title heading for all products in separate columns. Screen shot below.
[TABLE="width: 627"]
<tbody>[TR]
[TD]Designation[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[TD]Value1[/TD]
[TD]Value2[/TD]
[TD]Value3[/TD]
[/TR]
[TR]
[TD]02506218TC[/TD]
[TD]6.350[/TD]
[TD]15.875[/TD]
[TD]4.763[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]02507525TC[/TD]
[TD]6.350[/TD]
[TD]19.050[/TD]
[TD]6.350[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]02510018SC[/TD]
[TD]6.350[/TD]
[TD]25.400[/TD]
[TD]4.763[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]03106215TC[/TD]
[TD]7.938[/TD]
[TD]15.875[/TD]
[TD]3.969[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]03106831TC[/TD]
[TD]7.938[/TD]
[TD]17.463[/TD]
[TD]7.938[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]03107525SC[/TD]
[TD]7.938[/TD]
[TD]19.050[/TD]
[TD]6.350[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width
[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col span="3"></colgroup>[/TABLE]
I have a worksheet that contains 119K lines and 150 columns. All the column headings are unique and the columns contain specific information and data about that particular product. Some products contain data from multiple columns. Eg below -
Oil Seals - contains dimensional date in 4 columns. This information is found in columns (example only) AC1, BB1, CB1, CH1
Seal ID
Seal OD
Seal Width
Lip Material
Other products may only contain information in 1 column.
Is it possible to return the Title heading for all products in separate columns. Screen shot below.
[TABLE="width: 627"]
<tbody>[TR]
[TD]Designation[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[TD]Value1[/TD]
[TD]Value2[/TD]
[TD]Value3[/TD]
[/TR]
[TR]
[TD]02506218TC[/TD]
[TD]6.350[/TD]
[TD]15.875[/TD]
[TD]4.763[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]02507525TC[/TD]
[TD]6.350[/TD]
[TD]19.050[/TD]
[TD]6.350[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]02510018SC[/TD]
[TD]6.350[/TD]
[TD]25.400[/TD]
[TD]4.763[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]03106215TC[/TD]
[TD]7.938[/TD]
[TD]15.875[/TD]
[TD]3.969[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]03106831TC[/TD]
[TD]7.938[/TD]
[TD]17.463[/TD]
[TD]7.938[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width[/TD]
[/TR]
[TR]
[TD]03107525SC[/TD]
[TD]7.938[/TD]
[TD]19.050[/TD]
[TD]6.350[/TD]
[TD]Seal ID[/TD]
[TD]Seal OD[/TD]
[TD]Seal Width
[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col span="3"></colgroup>[/TABLE]