transposing multiple rows with same values to columns

lf44988

New Member
Joined
Oct 27, 2014
Messages
1
Hi guys,

I have to transpose values, and it should be easy, but when using Index match match function i get the same values all over again

| central| hour1| hour2 | hour3 |hour4| hour5 | hour6 |hour7| hour8 | hour9 | and so on till hour24
| a | 1| 4 | 20 |
| b | 2 | 5 | 20 |
| c | 3 | 5 | 20 |
| a | 3| 4 | 30 |
| b | 5 | 5 | 50 |
| c | 3 | 5 | 0 |

to
|hour| a|b|c|
|hour1|1|2|3|
|hour2|4|5|5| and so on untill hour24, and then again for the new day I hav to do it again in the same row
|hour1|3|5|3|
|hour2|4|5|5| and so on for the whole year.

I hope i managed to explain my problem. Any kind of help would be appreciated, I just started with excel.

Cheers






 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,216,030
Messages
6,128,418
Members
449,449
Latest member
Quiet_Nectarine_

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