Copy values from same location when they change and paste to an extending range

Smiles80

New Member
Joined
Apr 17, 2018
Messages
9
Hi there,
This is going to be very difficult to explain in words alone but I will try.

I have a live scores feed into excel. It gives me Sets, Games, Points and the current server at that moment in time. I want to record the point by point history as the match plays out.

Below is the live score feed;


[TABLE="width: 435"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Set[/TD]
[TD]Games[/TD]
[TD]Points[/TD]
[TD]Server[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Yafan Wang[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]30[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Junri Namigata[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]40[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
</tbody>[/TABLE]



And below is how I'd like to record the above data as it changes.


[TABLE="width: 997"]
<tbody>[TR]
[TD]Set[/TD]
[TD][/TD]
[TD]Games[/TD]
[TD][/TD]
[TD]Server[/TD]
[TD="colspan: 2"]Point By Point[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Yafan Wang[/TD]
[TD]Junri Namigata[/TD]
[TD]Yafan Wang[/TD]
[TD]Junri Namigata[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]Yafan Wang[/TD]
[TD]15-0[/TD]
[TD]30-0[/TD]
[TD]30-15[/TD]
[TD]40-15[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]Junri Namigata[/TD]
[TD]15-0[/TD]
[TD]15-15[/TD]
[TD]15-30[/TD]
[TD]30-30[/TD]
[TD]40-30[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]Yafan Wang[/TD]
[TD]0-15[/TD]
[TD]15-15[/TD]
[TD]30-15[/TD]
[TD]40-15[/TD]
[TD]40-30[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0[/TD]
[TD]3[/TD]
[TD]1[/TD]
[TD]Junri Namigata[/TD]
[TD]0-15[/TD]
[TD]0-30[/TD]
[TD]15-30[/TD]
[TD]15-40[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0[/TD]
[TD]4[/TD]
[TD]1[/TD]
[TD]Yafan Wang[/TD]
[TD]15-0[/TD]
[TD]30-0[/TD]
[TD]40-0[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0[/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD]Junri Namigata[/TD]
[TD]0-15[/TD]
[TD]15-15[/TD]
[TD]30-15[/TD]
[TD]30-30[/TD]
[TD]40-30[/TD]
[TD]40-40[/TD]
[TD]Ad-40[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


It feels like this is possible with VBA but I'm new to it and have only ever made a few adjustments to existing code.

Any help is greatly appreciated and if you happen to live in Sydney I'll treat you to a Schnitzel and Beer!

Thanks
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,223,162
Messages
6,170,432
Members
452,326
Latest member
johnshaji

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top