Update One Sheet To Another

honkin

Active Member
Joined
Mar 20, 2012
Messages
385
Office Version
  1. 2016
Platform
  1. MacOS
I have a workbook with a number of sheets in it and I need to be able to automate updating one sheet with certain data when another sheet is updated.

Here is the layout:-

The data is all football matches from around the world, with with A being Date & Time, B being League, C being Match and G being Bet Type. If the data in those 4 columns is the same, then the match is the correct one in both sheets. This only really matters for data that is updated in the original sheet, not data that is originally input, if that makes sense.

The original sheet is called Value Betting and the sheet to be updated is called VB Daily Summary. All the data in Value Betting is added by copying and pasting it from downloaded data.

What I want to happen is that when I add data to a row of data in Value Betting, the same data is then added to VB Daily Summary. As the result is not know at the time of the data being originally input, a W or L is subsequently added to the relevant Value Betting column; this then need to update the same match in VB Daily Summary.

Columns A - J contain the data which is manually added or updated in Value Betting. The remaining columns to the right update already based on formulas, so they are of no concern - it is just A - J.

So I need columns A - J to update in VB Daily Summary as they are updated in Value Betting. When the data is initially added to Value Betting, it will also add to VB Daily Summary. When data is then updated in Value Betting...let's say the odds for a match change or the W or L is added, that is when Columns A, B, C & G need to match, if that makes sense.

Here is a typical scenario; all data from A - J is added Value Betting. The following day, either the odds have changed, or the result is known and those two columns are updated. The column for odds is I and the column for Result is J. When they update, it needs to update in the same match in VB Daily Summary.

The file is stored in a Dropbox folder on my Mac, as it is shared with another team member.

Here is the original Value Betting sheet showing columns A - J.

Best Bets Tracker_personal v3.1.xlsx
ABCDEFGHIJ
194026 May 2024 19:45(Italy) Serie ALazio vs Sassuolo5.91.32BetfairDraw70.25.9W
194126 May 2024 21:00(Brazil) Serie BVila Nova vs Brusque1.730.07BetfairHome35.141.74L
194226 May 2024 22:30(Brazil) Serie BCeará vs Chapecoense1.660.04BetfairHome37.141.7W
194326 May 2024 23:00(Colombia) Liga BetPlaySanta Fe vs La Equidad3.550.28BetfairDraw70.24L
194427 May 2024 00:00(Ecuador) Liga ProOrense vs Cumbaya1.550.07BetfairHome47.271.55W
194527 May 2024 14:00(Egypt) Premier LeaguePyramids FC vs El Gounah5.71.61BetfairDraw70.25.4L
194627 May 2024 18:00(Bulgaria) First LeagueBotev Plovdiv vs Arda3.90.43BetfairDraw70.24L
194727 May 2024 18:00(Bulgaria) First LeagueSlavia Sofia vs CSKA 1948 Sofia3.850.34BetfairDraw70.23.85L
194829 May 2024 18:00(Norway) EliteserienBodø / Glimt vs Sandefjord71.63BetfairDraw70.27.6W
194929 May 2024 18:00(Norway) EliteserienBrann vs Kristiansund8.22.31BetfairDraw70.28.2L
195029 May 2024 18:00(Norway) EliteserienTromsø vs Fredrikstad1.810.13BetfairBTTS - Yes00L
195130 May 2024 00:30(United States) Major League SoccerInter Miami vs Atlanta United5.31.32BetfairDraw70.25.3L
195230 May 2024 03:30(United States) Major League SoccerLA Galaxy vs Dallas4.60.61BetfairDraw70.24.7L
195330 May 2024 03:45(United States) Major League SoccerLos Angeles FC vs Minnesota United1.540.04BetfairHome48.151.55W
195430 May 2024 03:30(United States) Major League SoccerSeattle Sounders vs Real Salt Lake4.0000.18BetfairDraw70.24W
195531 May 2024 16:00(Finland) VeikkausliigaSJK vs Mariehamn4.40.76BetfairDraw70.24.5
195631 May 2024 18:00(Denmark) SuperligaFC Copenhagen vs Randers5.21.01BetfairDraw70.25.4
195731 May 2024 18:00(Finland) VeikkausliigaOulu vs HJK4.30.64BetfairDraw70.24.4
195801 Jun 2024 00:30(United States) Major League SoccerNew York City vs SJ Earthquakes4.30.25BetfairDraw70.24.4
Value Betting
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D1:E1958Cell Value>0textNO


Any help in this will be greatly appreciated.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,223,888
Messages
6,175,206
Members
452,618
Latest member
Tam84

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