pierre robinson
New Member
- Joined
- Sep 28, 2016
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
OK.
So I have been given a list of 18000 rows in the following format
[TABLE="width: 85"]
<tbody>[TR]
[TD="class: xl65, width: 85"]ABC5016[/TD]
[/TR]
[TR]
[TD="class: xl66"]B21[/TD]
[/TR]
[TR]
[TD="class: xl66"]C833[/TD]
[/TR]
[TR]
[TD="class: xl66"]J069[/TD]
[/TR]
[TR]
[TD="class: xl66"]R222[/TD]
[/TR]
[TR]
[TD="class: xl66"]R4589[/TD]
[/TR]
[TR]
[TD="class: xl66"]Z21[/TD]
[/TR]
[TR]
[TD="class: xl65"]DEF0290[/TD]
[/TR]
[TR]
[TD="class: xl66"]D090[/TD]
[/TR]
[TR]
[TD="class: xl66"]R001[/TD]
[/TR]
[TR]
[TD="class: xl66"]Z8643
[/TD]
[/TR]
</tbody>[/TABLE]
It appears that the 7 digit alpha-numerics are the UID & the shorter alpha-numerics are attributes that append to the UID.
The customer wants a formula (as they put it) that runs thru the 18k lines and transpose the data so that it looks like this in the end:
[TABLE="width: 595"]
<tbody>[TR]
[TD="class: xl65, width: 85"]ABC5016[/TD]
[TD="class: xl66, width: 85"]B21[/TD]
[TD="class: xl66, width: 85"]C833[/TD]
[TD="class: xl66, width: 85"]J069[/TD]
[TD="class: xl66, width: 85"]R222[/TD]
[TD="class: xl66, width: 85"]R4589[/TD]
[TD="class: xl66, width: 85"]Z21[/TD]
[/TR]
[TR]
[TD="class: xl65"]DEF0290[/TD]
[TD="class: xl66"]D090[/TD]
[TD="class: xl66"]R001[/TD]
[TD="class: xl66"]Z8643
[/TD]
[TD][/TD]
[TD][/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
My head is in power query at the moment & I havent even got a clue where to start???
The solution gets a bottle of Kiwi wine.,
Cheers
So I have been given a list of 18000 rows in the following format
[TABLE="width: 85"]
<tbody>[TR]
[TD="class: xl65, width: 85"]ABC5016[/TD]
[/TR]
[TR]
[TD="class: xl66"]B21[/TD]
[/TR]
[TR]
[TD="class: xl66"]C833[/TD]
[/TR]
[TR]
[TD="class: xl66"]J069[/TD]
[/TR]
[TR]
[TD="class: xl66"]R222[/TD]
[/TR]
[TR]
[TD="class: xl66"]R4589[/TD]
[/TR]
[TR]
[TD="class: xl66"]Z21[/TD]
[/TR]
[TR]
[TD="class: xl65"]DEF0290[/TD]
[/TR]
[TR]
[TD="class: xl66"]D090[/TD]
[/TR]
[TR]
[TD="class: xl66"]R001[/TD]
[/TR]
[TR]
[TD="class: xl66"]Z8643
[/TD]
[/TR]
</tbody>[/TABLE]
It appears that the 7 digit alpha-numerics are the UID & the shorter alpha-numerics are attributes that append to the UID.
The customer wants a formula (as they put it) that runs thru the 18k lines and transpose the data so that it looks like this in the end:
[TABLE="width: 595"]
<tbody>[TR]
[TD="class: xl65, width: 85"]ABC5016[/TD]
[TD="class: xl66, width: 85"]B21[/TD]
[TD="class: xl66, width: 85"]C833[/TD]
[TD="class: xl66, width: 85"]J069[/TD]
[TD="class: xl66, width: 85"]R222[/TD]
[TD="class: xl66, width: 85"]R4589[/TD]
[TD="class: xl66, width: 85"]Z21[/TD]
[/TR]
[TR]
[TD="class: xl65"]DEF0290[/TD]
[TD="class: xl66"]D090[/TD]
[TD="class: xl66"]R001[/TD]
[TD="class: xl66"]Z8643
[/TD]
[TD][/TD]
[TD][/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
My head is in power query at the moment & I havent even got a clue where to start???
The solution gets a bottle of Kiwi wine.,
Cheers