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;


PlayerSetGamesPointsServer
Yafan Wang0430FALSE
Junri Namigata0240FALSE

<tbody>
</tbody>



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


SetGamesServerPoint By Point
Yafan WangJunri NamigataYafan WangJunri Namigata
0010Yafan Wang15-030-030-1540-15
0011Junri Namigata15-015-1515-3030-3040-30
0021Yafan Wang0-1515-1530-1540-1540-30
0031Junri Namigata0-150-3015-3015-40
0041Yafan Wang15-030-040-0
0042Junri Namigata0-1515-1530-1530-3040-3040-40Ad-40

<tbody>
</tbody>


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

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,215,455
Messages
6,124,937
Members
449,196
Latest member
Maxkapoor

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