Hi All,
I am having a real hard time trying to explain what am actually trying to do as result so I have tried to demo it below.
I need to change this
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]Ref[/TD]
[TD="width: 64"]Result[/TD]
[/TR]
[TR]
[TD]a123[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]b123[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]c123[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]a123[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]a123[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]b123[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
into this
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]a123[/TD]
[TD="class: xl65, width: 64"]1, 2 ,1[/TD]
[/TR]
[TR]
[TD="class: xl65"]b123[/TD]
[TD="class: xl65"]2, 1[/TD]
[/TR]
[TR]
[TD="class: xl65"]c123[/TD]
[TD="class: xl65"]3
[/TD]
[/TR]
</tbody>[/TABLE]
And I dont know the best way to do it (or if it is actually possible).
There are around 15,000 records with about 30% of them being duplicates of the ref (a maximum of 11 duplicates) but the reult can be any number. Any advise would be very welcomed.
I am having a real hard time trying to explain what am actually trying to do as result so I have tried to demo it below.
I need to change this
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]Ref[/TD]
[TD="width: 64"]Result[/TD]
[/TR]
[TR]
[TD]a123[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]b123[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]c123[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]a123[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]a123[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]b123[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
into this
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]a123[/TD]
[TD="class: xl65, width: 64"]1, 2 ,1[/TD]
[/TR]
[TR]
[TD="class: xl65"]b123[/TD]
[TD="class: xl65"]2, 1[/TD]
[/TR]
[TR]
[TD="class: xl65"]c123[/TD]
[TD="class: xl65"]3
[/TD]
[/TR]
</tbody>[/TABLE]
And I dont know the best way to do it (or if it is actually possible).
There are around 15,000 records with about 30% of them being duplicates of the ref (a maximum of 11 duplicates) but the reult can be any number. Any advise would be very welcomed.