how do I compute bowling league handicap using excel

S

sjohnscott

What is the formula to enter in an excel worksheet to compute bowler handicap
at 90%of 210?
 
D

David McRitchie

Standard spreadsheet formula material.
= .9 * E6 -- if your 210 total were in cell E6
 
R

Randy Lefferts

Assume that the bowlers average is going to be entered
into A1 and assume that you want to display their
handicap in B1 you would enter =(210-A1)*.9 in B1.

Enter their average in A1 and their handicap will display
in B1.

Hope this helps.
 
Top