Morning,
Hoping someone might have knowledge that may help me. I have to run a data pull every month. It comes in a certain format, and I need to transpose it into another format. I understand the transpose part, but only for a single set of data. My data is about 6000 rows long.
This is the format the data comes in:
My ideal end result would look like this:
I can do a transpose and manually copy/paste each 'color', but with 150 colors this would take me a long time. Was hoping there was a formula or macro that can achieve this with a few strokes.
This is beyond my knowledge of excel, so hoping I can find help here.
Thanks,
Hoping someone might have knowledge that may help me. I have to run a data pull every month. It comes in a certain format, and I need to transpose it into another format. I understand the transpose part, but only for a single set of data. My data is about 6000 rows long.
This is the format the data comes in:
G80012 | ||||||||
ASHGREY | S | M | L | XL | 2XL | 3XL | 4XL | 5XL |
RegularPrice | $2.24 | $2.24 | $2.24 | $2.24 | $4.43 | $6.03 | $5.98 | $5.99 |
SpecialPrice | $1.92 | $1.92 | $1.92 | $1.92 | ||||
Total-Inventory | 27322 | 4868 | 16127 | 2190 | 78 | 0 | 10 | 11 |
AZALEA | S | M | L | XL | 2XL | 3XL | 4XL | 5XL |
RegularPrice | $2.32 | $2.32 | $2.32 | $2.32 | $4.91 | $6.34 | $6.28 | $6.28 |
SpecialPrice | $2.03 | $2.03 | $2.03 | $2.03 | ||||
Total-Inventory | 1646 | 2000 | 1355 | 436 | 427 | 70 | 0 | 0 |
BLACK | S | M | L | XL | 2XL | 3XL | 4XL | 5XL |
RegularPrice | $2.32 | $2.32 | $2.32 | $2.32 | $4.91 | $6.34 | $6.28 | $6.28 |
SpecialPrice | $2.03 | $2.03 | $2.03 | $2.03 | ||||
Total-Inventory | 35935 | 56924 | 67178 | 28203 | 10723 | 5075 | 144 | 1006 |
My ideal end result would look like this:
Style | Color | Size | RegularPrice | SpecialPrice | Total-Inventory |
G80012 | ASHGREY | S | $2.24 | $1.92 | 27322 |
G80012 | ASHGREY | M | $2.24 | $1.92 | 4868 |
G80012 | ASHGREY | L | $2.24 | $1.92 | 16127 |
G80012 | ASHGREY | XL | $2.24 | $1.92 | 2190 |
G80012 | ASHGREY | 2XL | $4.43 | 78 | |
G80012 | ASHGREY | 3XL | $6.03 | 0 | |
G80012 | ASHGREY | 4XL | $5.98 | 10 | |
G80012 | ASHGREY | 5XL | $5.99 | 11 | |
G80012 | AZALEA | S | $2.32 | $2.03 | 1646 |
G80012 | AZALEA | M | $2.32 | $2.03 | 2000 |
G80012 | AZALEA | L | $2.32 | $2.03 | 1355 |
G80012 | AZALEA | XL | $2.32 | $2.03 | 436 |
G80012 | AZALEA | 2XL | $4.91 | 427 | |
G80012 | AZALEA | 3XL | $6.34 | 70 | |
G80012 | AZALEA | 4XL | $6.28 | 0 | |
G80012 | AZALEA | 5XL | $6.28 | 0 | |
G80012 | BLACK | S | $2.32 | $2.03 | 35935 |
G80012 | BLACK | M | $2.32 | $2.03 | 56924 |
G80012 | BLACK | L | $2.32 | $2.03 | 67178 |
G80012 | BLACK | XL | $2.32 | $2.03 | 28203 |
G80012 | BLACK | 2XL | $4.91 | 10723 | |
G80012 | BLACK | 3XL | $6.34 | 5075 | |
G80012 | BLACK | 4XL | $6.28 | 144 | |
G80012 | BLACK | 5XL | $6.28 | 1006 |
I can do a transpose and manually copy/paste each 'color', but with 150 colors this would take me a long time. Was hoping there was a formula or macro that can achieve this with a few strokes.
This is beyond my knowledge of excel, so hoping I can find help here.
Thanks,