how do I compute bowling league handicap using excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the formula to enter in an excel worksheet to compute bowler handicap
at 90%of 210?
 
Standard spreadsheet formula material.
= .9 * E6 -- if your 210 total were in cell E6
 
=210*90%

or =A1*90%

if the value is in A1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"(e-mail address removed)"
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top