I only know the very basics of excel, so I apologize if I seem ignorant of a simple question. I have made a UFC game using randbetween and rand. I have it to where it gives me the results of who is fighting, the outcome of the fight, the time and the round. That is figured out for the most part. On another sheet, I have the fighters names and the matches they won and lost. I have to copy and paste manually. I need help on transferring the data to the correct fighter. Here is an example:
<tbody>
[TD="class: xl63, align: center"] Josh Neer
[/TD]
[TD="class: xl63, width: 46, align: center"] def
[/TD]
[TD="class: xl63, width: 208, align: center"] Melvin Guillard [/TD]
[TD="class: xl63, width: 363, align: center"] Split Decision (30-30, 30-30, 30-29)
[/TD]
[TD="class: xl64, width: 61, align: center"] 1:29
[/TD]
[TD="class: xl63, width: 28, align: center"] 2
[/TD]
</tbody>--------------------------------------------------------------------------------------------------------
<tbody>
[TD="class: xl65, align: center"] Won [/TD]
[TD="class: xl66, width: 176, align: center"] Melvin Guillard [/TD]
[TD="class: xl66, width: 379, align: center"] Split Decision (30-30, 30-30, 30-29)
[/TD]
[TD="class: xl65, width: 64, align: center"] 1:29 [/TD]
[TD="class: xl66, width: 30, align: center"] 2 [/TD]
</tbody>
<tbody>
[TD="class: xl68, colspan: 3, align: center"] Melvin Guillard
[/TD]
[TD="class: xl67, width: 64, align: center"][/TD]
[TD="class: xl67, width: 30, align: center"][/TD]
[TD="class: xl65, align: center"] Loss [/TD]
[TD="class: xl65, align: center"] Josh Neer [/TD]
[TD="class: xl66, align: center"] Split Decision (30-30, 30-30, 30-29)
[/TD]
[TD="class: xl65, align: center"] 1:29 [/TD]
[TD="class: xl66, align: center"] 2
[/TD]
</tbody>
<tbody>
[TD="class: xl63, align: center"] Josh Neer
[/TD]
[TD="class: xl63, width: 46, align: center"] def
[/TD]
[TD="class: xl63, width: 208, align: center"] Melvin Guillard [/TD]
[TD="class: xl63, width: 363, align: center"] Split Decision (30-30, 30-30, 30-29)
[/TD]
[TD="class: xl64, width: 61, align: center"] 1:29
[/TD]
[TD="class: xl63, width: 28, align: center"] 2
[/TD]
</tbody>
Josh Neer
<tbody>
[TD="class: xl65, align: center"] Won [/TD]
[TD="class: xl66, width: 176, align: center"] Melvin Guillard [/TD]
[TD="class: xl66, width: 379, align: center"] Split Decision (30-30, 30-30, 30-29)
[/TD]
[TD="class: xl65, width: 64, align: center"] 1:29 [/TD]
[TD="class: xl66, width: 30, align: center"] 2 [/TD]
</tbody>
<tbody>
[TD="class: xl68, colspan: 3, align: center"] Melvin Guillard
[/TD]
[TD="class: xl67, width: 64, align: center"][/TD]
[TD="class: xl67, width: 30, align: center"][/TD]
[TD="class: xl65, align: center"] Loss [/TD]
[TD="class: xl65, align: center"] Josh Neer [/TD]
[TD="class: xl66, align: center"] Split Decision (30-30, 30-30, 30-29)
[/TD]
[TD="class: xl65, align: center"] 1:29 [/TD]
[TD="class: xl66, align: center"] 2
[/TD]
</tbody>