Hi All,
May i know how could i achieve below task :
I have a below excel with data as follows :
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Resource[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]Employee[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]Customer[/TD]
[TD]Agent[/TD]
[/TR]
</tbody>[/TABLE]
Depending up the number of resources assigned to the ID in the adjacent row, the ID should get duplicated N times as below
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Resource[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]Employee[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]Customer[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]Agent[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestion to resolve it would be appreciated
Thanks,
RZ
May i know how could i achieve below task :
I have a below excel with data as follows :
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Resource[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]Employee[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]Customer[/TD]
[TD]Agent[/TD]
[/TR]
</tbody>[/TABLE]
Depending up the number of resources assigned to the ID in the adjacent row, the ID should get duplicated N times as below
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Resource[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]Employee[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]Customer[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]Agent[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestion to resolve it would be appreciated
Thanks,
RZ