Hi I have a spreadsheet of 9,000 rows by 25 columns and I need to transpose some of the data as follows, can anyone suggest a solution, other than manually transposing?
In all columns row 1 is column header, all data from row 2 onwards.
Column A has Part Number
Column B has a Count of locations where each part is used
Column C ready to receive Used copied data
Columns D to S has names of locations where each part is used.
I need to get the value from column b and where this is >1, insert the corresponding number of rows BELOW it And copy the values from cells A and B into cells A and B in the newly created rows.
Next scan along the row and where a cell in not empty, copy the value into column C, repeating this until reaching the cell in column S, incrementing one row down column C for each entry found.
What I have;
Part Count Used 100 – 200 – 300 – 400 [so on for 16 columns]
FX12 1 100 - Blank to end of row
FX14 2 100 - Blank-300-Blank to end of row
GL23 4 100 - 200 - 300 BLANK Cells until-800-Blank to end of row
What I need;
Part Count Used 100 – 200 – 300 – 400 [so on for 16 columns]
FX12 1 100
FX14 2 100
FX14 2 300
GL23 4 100
GL23 4 200
GL23 4 300
GL23 4 800
Many thanks,
In all columns row 1 is column header, all data from row 2 onwards.
Column A has Part Number
Column B has a Count of locations where each part is used
Column C ready to receive Used copied data
Columns D to S has names of locations where each part is used.
I need to get the value from column b and where this is >1, insert the corresponding number of rows BELOW it And copy the values from cells A and B into cells A and B in the newly created rows.
Next scan along the row and where a cell in not empty, copy the value into column C, repeating this until reaching the cell in column S, incrementing one row down column C for each entry found.
What I have;
Part Count Used 100 – 200 – 300 – 400 [so on for 16 columns]
FX12 1 100 - Blank to end of row
FX14 2 100 - Blank-300-Blank to end of row
GL23 4 100 - 200 - 300 BLANK Cells until-800-Blank to end of row
What I need;
Part Count Used 100 – 200 – 300 – 400 [so on for 16 columns]
FX12 1 100
FX14 2 100
FX14 2 300
GL23 4 100
GL23 4 200
GL23 4 300
GL23 4 800
Many thanks,