G
Guest
Year Score Nam
2004 10 Joh
2003 10 Joh
2001 9 Joh
2000 10 Joh
I need to create report that shows
Name Count of Consecutive Superior
John
[Count of Consecutive Superiors] counts only the consecutive 10s starting from 2004.
So if John had 9 for 2003 - his [Count of Consecutive Superiors] would be 1 - (only for 2004) - and if he had 9 for 2004 then the count would automatically be 0 since the count starts from 2004
Any suggestions on how I can accomplish this? I realize that I probably should write a loop
Thank you very much for your help
Sophi
Note that not all names have data for all years....Counting Scores other than 10 doesn't work because there could be gaps of years between the non superior score and the superior score
2004 10 Joh
2003 10 Joh
2001 9 Joh
2000 10 Joh
I need to create report that shows
Name Count of Consecutive Superior
John
[Count of Consecutive Superiors] counts only the consecutive 10s starting from 2004.
So if John had 9 for 2003 - his [Count of Consecutive Superiors] would be 1 - (only for 2004) - and if he had 9 for 2004 then the count would automatically be 0 since the count starts from 2004
Any suggestions on how I can accomplish this? I realize that I probably should write a loop
Thank you very much for your help
Sophi
Note that not all names have data for all years....Counting Scores other than 10 doesn't work because there could be gaps of years between the non superior score and the superior score