himalarohee
New Member
- Joined
- Mar 11, 2012
- Messages
- 19
Hi, I have data like
[TABLE="width: 200"]
<tbody>[TR]
[TD]Citry[/TD]
[TD]# of salesman[/TD]
[/TR]
[TR]
[TD]Richardson[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Irving[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Plano[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I need to generate unique IDs for the salesman and the table would look like:
[TABLE="width: 200"]
<tbody>[TR]
[TD]Salesman Unique ID[/TD]
[/TR]
[TR]
[TD]Richardson-1[/TD]
[/TR]
[TR]
[TD]Richardson-2[/TD]
[/TR]
[TR]
[TD]Richardson-3[/TD]
[/TR]
[TR]
[TD]Richardson-4[/TD]
[/TR]
[TR]
[TD]Richardson-5[/TD]
[/TR]
[TR]
[TD]Irving-1[/TD]
[/TR]
[TR]
[TD]Irving-2[/TD]
[/TR]
[TR]
[TD]Irving-3[/TD]
[/TR]
[TR]
[TD]Plano-1[/TD]
[/TR]
[TR]
[TD]Plano-2[/TD]
[/TR]
</tbody>[/TABLE]
Your help is much appreciated.
Regards,
himalarohee
[TABLE="width: 200"]
<tbody>[TR]
[TD]Citry[/TD]
[TD]# of salesman[/TD]
[/TR]
[TR]
[TD]Richardson[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Irving[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Plano[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I need to generate unique IDs for the salesman and the table would look like:
[TABLE="width: 200"]
<tbody>[TR]
[TD]Salesman Unique ID[/TD]
[/TR]
[TR]
[TD]Richardson-1[/TD]
[/TR]
[TR]
[TD]Richardson-2[/TD]
[/TR]
[TR]
[TD]Richardson-3[/TD]
[/TR]
[TR]
[TD]Richardson-4[/TD]
[/TR]
[TR]
[TD]Richardson-5[/TD]
[/TR]
[TR]
[TD]Irving-1[/TD]
[/TR]
[TR]
[TD]Irving-2[/TD]
[/TR]
[TR]
[TD]Irving-3[/TD]
[/TR]
[TR]
[TD]Plano-1[/TD]
[/TR]
[TR]
[TD]Plano-2[/TD]
[/TR]
</tbody>[/TABLE]
Your help is much appreciated.
Regards,
himalarohee