Success Rate Percentage

Copper Contributor

So, I am creating a little spreadsheet for my local e-racing team for some friendly competition. Lots of people have family commitments etc that means not everyone will be able to compete in every race, and some in very few at all.

 

I have made a position ranking column to total up all the points (10 for 1st - 1 for 10th) and see who is first, second third overall etc.

 

However, for those that are not competing often I would like a 'success rate' column to indicate how well they have on average performed, regardless of the number of races they have completed. For example, if one racer competes in only one race but wins, they get a success rate of 100%. If another racer races twice and gets one first place and one last place, they get 50%, and so on.

 

Any ideas on how I might be able to do this? Thanks.

1 Reply

@Pete_Attrill 

 

As long as we're just playing with ideas, I think I'd modify your "success rate" calculation to factor in some kind of "participation percentage" or "participation weighting." You don't want to incentivize a person--or course I realize we're talking a friendly family competition here, so this would never happen--but you don't want to incentivize a person to participate once, win, and then stop participating.

 

As to ideas on how to do this, a database that gives each person an ID, and then for each date, their finishing place, one row per person per race...that would be a place to start. I think you could develop a Pivot Table to summarize the results. Are you familiar with that?