Hi Chaps,
I have a load of data like this:
and so on...
I'd like to show it like this:
etc...
What's the best way to grab it and transpose it like that? VLOOKUPs? Pivot Table?
Thanks in advance,
Chris
Someday I'll know what I'm donig...damn!
I have a load of data like this:
Code:
[b]Part Number Feature[/b]
1234567 First
1234567 Second
1234567 Fourth
7654321 Second
2468013 First
2468013 Fifth
I'd like to show it like this:
Code:
[b]Part Number Feature1 Feature2 Feature3[/b]....
1234567 First Second Fourth
7654321 Second
2468013 First Fifth
What's the best way to grab it and transpose it like that? VLOOKUPs? Pivot Table?
Thanks in advance,
Chris
Someday I'll know what I'm donig...damn!