[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]John[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Mark[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Mark[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I'm looking to be able to assign all the John's to a John defined name automatically. I know how to automatically "create from selection" and use the left row but I want all the John's to have the same defined name and all the Marks to have The Mark defined name.
<tbody>[TR]
[TD]John[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Mark[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Mark[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I'm looking to be able to assign all the John's to a John defined name automatically. I know how to automatically "create from selection" and use the left row but I want all the John's to have the same defined name and all the Marks to have The Mark defined name.