Dazzawm
Well-known Member
- Joined
- Jan 24, 2011
- Messages
- 3,783
- Office Version
- 365
- Platform
- Windows
I have sheet1 as laid out below. I need a transpose code I think so that there is only 1 number from column A but all the numbers from C going horizontal on sheet 2
I am happy to make a donation to charity for a quick solution on this one.
Excel 2010
<tbody>
[TD="align: center"]15[/TD]
[TD="align: center"]16[/TD]
[TD="align: center"]17[/TD]
[TD="align: center"]18[/TD]
[TD="align: center"]19[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]21[/TD]
[TD="align: center"]22[/TD]
</tbody>
This how I would like it to look on sheet2 please
Excel 2010
<tbody>
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]
[TD="align: center"]2[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]3[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]4[/TD]
</tbody>
I am happy to make a donation to charity for a quick solution on this one.
Excel 2010
A | B | C | |
---|---|---|---|
ECAU1131TA | BOSAL | 090-744 | |
ECAU1131TA | BOSAL | 099-602 | |
ECAU1135TA | BOSAL | 090-756 | |
ECAU1135TA | BOSAL | 099-815 | |
ECAU5000 | BOSAL | 098-031 | |
ECAU5000 | BOSAL | 098-041 | |
ECAU5000 | BOSAL | 099-031 | |
ECAU5000 | BOSAL | 099-041 |
<tbody>
[TD="align: center"]15[/TD]
[TD="align: center"]16[/TD]
[TD="align: center"]17[/TD]
[TD="align: center"]18[/TD]
[TD="align: center"]19[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]21[/TD]
[TD="align: center"]22[/TD]
</tbody>
Sheet1
This how I would like it to look on sheet2 please
Excel 2010
A | B | C | D | E | |
---|---|---|---|---|---|
BOSAL | BOSAL | BOSAL | BOSAL | ||
ECAU1131TA | 090-744 | 099-602 | |||
ECAU1135TA | 090-756 | 099-815 | |||
ECAU5000 | 098-031 | 098-041 | 099-031 | 099-041 |
<tbody>
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]
[TD="align: center"]2[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]3[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]4[/TD]
</tbody>
Sheet2
Last edited: