+ Reply to Thread
Results 1 to 3 of 3

Make a formula to calculate the avarage of baseball stats

  1. #1
    Confused at Work
    Guest

    Make a formula to calculate the avarage of baseball stats

    Last night I went two for two, i have that in two seperate rows, how many
    times I was up and how many times I got a hit. Now I want to caluclate the
    average of that which i know would be 1.000. But I have 30 games this year
    and want to at the end of the column calculate my total average for the year.
    Thanks for your help.

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Say your at bats are in A1:A30 and your hits are in B1:B30.

    =SUM(B1:B30)/sum(A1:A30)

    As you add data, your average will change accordingly. If you want to get into more detailed stats, visit this site for the formulas.

    http://www.baseball-almanac.com/stats.shtml

    HTH

    Steve

  3. #3
    CLR
    Guest

    RE: Make a formula to calculate the avarage of baseball stats

    =AVERAGE(A1:A30)

    You will need to enter the appropriate zeros if any

    Vaya con Dios,
    Chuck, CABGx3



    "Confused at Work" wrote:

    > Last night I went two for two, i have that in two seperate rows, how many
    > times I was up and how many times I got a hit. Now I want to caluclate the
    > average of that which i know would be 1.000. But I have 30 games this year
    > and want to at the end of the column calculate my total average for the year.
    > Thanks for your help.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1