Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I want to transpose column data in to row. I have seen many posts (using INDEX or OFFSET functions) but all these solution assume a fixed block of data to be transposed, My problem is that the data i have not only has variable blocks to be transposed but also has some duplicate headings(headings are duplicate but the data in front of each heading has different value. Below is the example of data Col A Col B Col C PRODUCT COST COMPONENT COST$ A Raw Mat 10 A D L 8 A EQ 4 A IDL 2 A This Level Cost 22 A Raw Mat 3 A DL 2 A IDL 1 A Total Cost 28 B Raw Mat 15 B D L 5 B This Level Cost 20 B Raw Mat 5 B DL 2 B Total Cost 27 For each product, I want to transpose Cost Component and Cost$ in the order listed above while keeping the duplicate Cost Components with the respective values. Any Idea?? Thanks in advance Zia |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just to further add, I have 50,000 rows of data with information for each
product in different sets of block "Zia" wrote: Hi, I want to transpose column data in to row. I have seen many posts (using INDEX or OFFSET functions) but all these solution assume a fixed block of data to be transposed, My problem is that the data i have not only has variable blocks to be transposed but also has some duplicate headings(headings are duplicate but the data in front of each heading has different value. Below is the example of data Col A Col B Col C PRODUCT COST COMPONENT COST$ A Raw Mat 10 A D L 8 A EQ 4 A IDL 2 A This Level Cost 22 A Raw Mat 3 A DL 2 A IDL 1 A Total Cost 28 B Raw Mat 15 B D L 5 B This Level Cost 20 B Raw Mat 5 B DL 2 B Total Cost 27 For each product, I want to transpose Cost Component and Cost$ in the order listed above while keeping the duplicate Cost Components with the respective values. Any Idea?? Thanks in advance Zia |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In EXCEL 2007:-
- select the cells that you wish to transpose by highlighting them (in your example cells A 2 to C 16 inclusive if you start the data at cell A 1) - Ctrl-C to copy the data - go to the area of the Worksheet where you wish the transposition to be placed (for example I chose cell A 22) - Home group / Paste / Transpose The data will now be transposed into the area that you selected. If my comments have helped please hit Yes. Thanks. "Zia" wrote: Hi, I want to transpose column data in to row. I have seen many posts (using INDEX or OFFSET functions) but all these solution assume a fixed block of data to be transposed, My problem is that the data i have not only has variable blocks to be transposed but also has some duplicate headings(headings are duplicate but the data in front of each heading has different value. Below is the example of data Col A Col B Col C PRODUCT COST COMPONENT COST$ A Raw Mat 10 A D L 8 A EQ 4 A IDL 2 A This Level Cost 22 A Raw Mat 3 A DL 2 A IDL 1 A Total Cost 28 B Raw Mat 15 B D L 5 B This Level Cost 20 B Raw Mat 5 B DL 2 B Total Cost 27 For each product, I want to transpose Cost Component and Cost$ in the order listed above while keeping the duplicate Cost Components with the respective values. Any Idea?? Thanks in advance Zia |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel 2007 PivotTable
Transposes, subtotals, charts and more. Generic business model for all. http://c0444202.cdn.cloudfiles.racks.../01_06_10.xlsm |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to traspose cell values | Excel Discussion (Misc queries) | |||
traspose data with formulas | Excel Worksheet Functions | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Discussion (Misc queries) | |||
Matching one column against another column of data to show the same amount of data. | Excel Worksheet Functions | |||
traspose a row by links | Excel Worksheet Functions |