Hello Everyone,
Need some help in setting up a large set of data which houses account numbers in one column with multiple account numbers listed in 1 cell and they are assigned to a person on the neighboring cell.
Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]812345678, 812312348[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]898765432, 867654326, 876765456[/TD]
[TD]Mike[/TD]
[/TR]
</tbody>[/TABLE]
convert to
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]812345678[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]812312348[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]898765432[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]867654326[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]876765456[/TD]
[TD]Mike[/TD]
[/TR]
</tbody>[/TABLE]
and so on...
Any help is greatly appreciated. Thanks
******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID" style="width: 0px; height: 0px; display: block;"></object>
Need some help in setting up a large set of data which houses account numbers in one column with multiple account numbers listed in 1 cell and they are assigned to a person on the neighboring cell.
Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]812345678, 812312348[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]898765432, 867654326, 876765456[/TD]
[TD]Mike[/TD]
[/TR]
</tbody>[/TABLE]
convert to
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]812345678[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]812312348[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]898765432[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]867654326[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]876765456[/TD]
[TD]Mike[/TD]
[/TR]
</tbody>[/TABLE]
and so on...
Any help is greatly appreciated. Thanks
******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID" style="width: 0px; height: 0px; display: block;"></object>