Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have several columns of data such as follows:
A B C D E Op # Op Desc Mechanical Electrical Fire 10 Desc #1 mech 1 elect 1 10 Desc #2 elect 2 fire 1 20 Desc #3 mech 2 fire 2 20 Desc #4 mech 3 elect 3 The end result must be a sort of the data by Op # and then by the hazard category (columns C-E) with each hazard category on it's own row as follows: 10 Desc #1 mech 1 10 Desc #1 elect 1 10 Desc #2 elect 2 10 Desc #2 fire 1 20 Desc #3 mech 2 20 Desc #3 fire 2 20 Desc #4 mech 3 20 Desc #4 elect 3 Any ideas? There could be up to 300 original versions of the rows of data to sort this way. Thanks for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine multiple rows into one. | Excel Discussion (Misc queries) | |||
combine multiple rows in one column | Excel Worksheet Functions | |||
combine contents of multiple rows in one row | Excel Discussion (Misc queries) | |||
Combine Data from Multiple Rows | Excel Discussion (Misc queries) | |||
Combine multiple rows to 1 row.... help | Excel Programming |