Hi,
Currently have data set up in multiple rows, as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Subject ID
[/TD]
[TD]Lot Numbers
[/TD]
[/TR]
[TR]
[TD]10001
[/TD]
[TD]9001, 9002
[/TD]
[/TR]
[TR]
[TD]10001
[/TD]
[TD]9345, 9100
[/TD]
[/TR]
[TR]
[TD]10002
[/TD]
[TD]9004, 9005
[/TD]
[/TR]
[TR]
[TD]10002
[/TD]
[TD]9045, 9099
[/TD]
[/TR]
</tbody>[/TABLE]
and would like to have it as
[TABLE="width: 500"]
<tbody>[TR]
[TD]Subject ID
[/TD]
[TD]Lot Numbers - Grp 1
[/TD]
[TD]Lot Number - Grp 2
[/TD]
[/TR]
[TR]
[TD]10001
[/TD]
[TD]9001, 9002
[/TD]
[TD]9345, 9100
[/TD]
[/TR]
[TR]
[TD]10002
[/TD]
[TD]9004, 9005
[/TD]
[TD]9045, 9099
[/TD]
[/TR]
</tbody>[/TABLE]
I just know this will be easy for someone out there, and thanks in advance!
Currently have data set up in multiple rows, as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Subject ID
[/TD]
[TD]Lot Numbers
[/TD]
[/TR]
[TR]
[TD]10001
[/TD]
[TD]9001, 9002
[/TD]
[/TR]
[TR]
[TD]10001
[/TD]
[TD]9345, 9100
[/TD]
[/TR]
[TR]
[TD]10002
[/TD]
[TD]9004, 9005
[/TD]
[/TR]
[TR]
[TD]10002
[/TD]
[TD]9045, 9099
[/TD]
[/TR]
</tbody>[/TABLE]
and would like to have it as
[TABLE="width: 500"]
<tbody>[TR]
[TD]Subject ID
[/TD]
[TD]Lot Numbers - Grp 1
[/TD]
[TD]Lot Number - Grp 2
[/TD]
[/TR]
[TR]
[TD]10001
[/TD]
[TD]9001, 9002
[/TD]
[TD]9345, 9100
[/TD]
[/TR]
[TR]
[TD]10002
[/TD]
[TD]9004, 9005
[/TD]
[TD]9045, 9099
[/TD]
[/TR]
</tbody>[/TABLE]
I just know this will be easy for someone out there, and thanks in advance!