T
tally
I need some assistance with making the following calculation. Eac
week a person shoots a score. They can have anywhere from 1-12 score
over a 12 week period, but no more than 1 per week.
Each week a calculation is made to generate "bonus points" which ar
added the next time they register a score.
I need to find a way to:
1) Locate the current week's score for each unique person.
2) Add the "bonus points" calculated in their previous record (which i
tabulated in a different column).
The data is in the following format:
Date Person Score Total Bonus
15-Jan Mike 10 10 5
15-Jan Jane 15 15 3
22-Jan Mike 17 22 2
22-Jan Jane 10 13 4
27-Jan Jane 15 19 3
27-Jan Mike 5 7 8
Thanks in advance for your assistance
week a person shoots a score. They can have anywhere from 1-12 score
over a 12 week period, but no more than 1 per week.
Each week a calculation is made to generate "bonus points" which ar
added the next time they register a score.
I need to find a way to:
1) Locate the current week's score for each unique person.
2) Add the "bonus points" calculated in their previous record (which i
tabulated in a different column).
The data is in the following format:
Date Person Score Total Bonus
15-Jan Mike 10 10 5
15-Jan Jane 15 15 3
22-Jan Mike 17 22 2
22-Jan Jane 10 13 4
27-Jan Jane 15 19 3
27-Jan Mike 5 7 8
Thanks in advance for your assistance