Transpose Similar Rows to Same Columns

beetle_cca

New Member
Joined
Aug 11, 2014
Messages
6
Hi,

Very new to excel and have the following dilema.

Have a sheet (Data) as per below. What I would like to do is have a Summary sheet with headings <Day><Time><Who><Title><Title Short> that automatically updates when the data sheet updates. Any changes to the data spreadsheet will be adding information into the next column.

Any suggestions on the easiest way to accomplish this would be greatly appreciated. TIA.

<DATA>[TABLE="width: 500"]
<tbody>[TR]
[TD]Day[/TD]
[TD]Mon[/TD]
[TD]Mon[/TD]
[TD]Mon[/TD]
[TD]Tues[/TD]
[TD]Tues[/TD]
[TD]Wed[/TD]
[/TR]
[TR]
[TD]Time[/TD]
[TD]07:30[/TD]
[TD]07:45[/TD]
[TD]07:50[/TD]
[TD]07:30[/TD]
[TD]08:00[/TD]
[TD]08:00[/TD]
[/TR]
[TR]
[TD]Who[/TD]
[TD]Emp1[/TD]
[TD]Emp2[/TD]
[TD]Emp3[/TD]
[TD]Emp1[/TD]
[TD]Emp1[/TD]
[TD]Emp2[/TD]
[/TR]
[TR]
[TD]Title[/TD]
[TD]Queue Assist[/TD]
[TD]Queue Assist[/TD]
[TD]Queue Assist[/TD]
[TD]Queue Assist[/TD]
[TD]Queue Assist[/TD]
[TD]Queue Assist[/TD]
[/TR]
[TR]
[TD]Title Short[/TD]
[TD]QA[/TD]
[TD]QA[/TD]
[TD]QA[/TD]
[TD]QA[/TD]
[TD]QA[/TD]
[TD]QA[/TD]
[/TR]
[TR]
[TD]Day[/TD]
[TD]Mon[/TD]
[TD]Mon[/TD]
[TD]Tues[/TD]
[TD]Tues[/TD]
[TD]Wed[/TD]
[TD]Wed[/TD]
[/TR]
[TR]
[TD]Time[/TD]
[TD]07:45[/TD]
[TD]07:30[/TD]
[TD]07:50[/TD]
[TD]08:00[/TD]
[TD]08:30[/TD]
[TD]08:45[/TD]
[/TR]
[TR]
[TD]Who[/TD]
[TD]Emp1[/TD]
[TD]Emp2[/TD]
[TD]Emp2[/TD]
[TD]Emp2[/TD]
[TD]Emp3[/TD]
[TD]Emp3[/TD]
[/TR]
[TR]
[TD]Title[/TD]
[TD]Callback[/TD]
[TD]Callback[/TD]
[TD]Callback[/TD]
[TD]Callback[/TD]
[TD]Callback[/TD]
[TD]Callback[/TD]
[/TR]
[TR]
[TD]Title Short[/TD]
[TD]CB[/TD]
[TD]CB[/TD]
[TD]CB[/TD]
[TD]CB[/TD]
[TD]CB[/TD]
[TD]CB[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,226,694
Messages
6,192,473
Members
453,726
Latest member
JoeH57

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