Have a spreadsheet with the following values. The values represent the scores during a game. In cell B2, 1.2 represents our score at quarter time, 4.5 at half time, 5.6 at 3 quarter time and 10.11 at the final siren. The first digit represents goals and are worth 6 points, the second digit represents behinds and are worth 1 point. The scores in B2 then equate to 8, 29, 36, 71. My aim is to find the difference in points between teams by quarter so in the first case it would be 12 (20 - 8), 0 (29 - 29), 7 (43-36), -9 (62 - 71). Formula/function approach is preferred but will take anything that works.
Book3 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Opponent | Our Score | Their score | ||
2 | Team A | 1.2 4.5 5.6 10.11 | 3.2 4.5 6.7 9.8 | ||
3 | Team B | 0.2 4.5 8.9 13.12 | 7.1 9.5 13.8 17.10 | ||
Sheet1 |