+ Reply to Thread
Results 1 to 12 of 12

Calculate averages

Hybrid View

  1. #1
    Registered User
    Join Date
    04-07-2008
    Posts
    5

    Calculate averages

    Hi there I'm a real newbie with Excel so excuse if questions are dumb.

    I want to create a spreadsheet to calculate averages for sport.

    It will be for cricket. The columns will be as follow:-

    1. Amount of innings
    2. Times not out
    3. Total amount of runs
    4. Highest score
    5. Average

    The average (column4) must be column 3 divided by (column 1 minus column 2)

    So the average must be the total amount of runs scored divided by the amount of times out. (1 minus 2)

    I would like to be able to just add scores after each game to calculate new average.

    Hope I make sense.

    Thanks

  2. #2
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111
    Quote Originally Posted by MagicMan0027
    Hi .....calculate averages for sport.

    It will be for cricket. The columns will be as follow:-

    1. Amount of innings
    2. Times not out
    3. Total amount of runs
    4. Highest score
    5. Average

    The aver.............

    So the average must be the total amount of runs scored divided by the amount of times out. (1 minus 2)

    I w..........Thanks
    Welcome to the Forum.

    I'm taking that the highest score is already included in the Total amount of runs.

    Example:

    Cells:
    A1 = Amount of innings
    B1 = Times not out
    C1 = Total amount of runs
    D1 = Highest score
    E1 = Where the formula will be placed.

    
    =C1/(A1-B1)

    Hope that helps


    Cheers

    ratcat

  3. #3
    Registered User
    Join Date
    04-07-2008
    Posts
    5
    Quote Originally Posted by ratcat
    Welcome to the Forum.

    I'm taking that the highest score is already included in the Total amount of runs.

    Example:

    Cells:
    A1 = Amount of innings
    B1 = Times not out
    C1 = Total amount of runs
    D1 = Highest score
    E1 = Where the formula will be placed.

    
    =C1/(A1-B1)

    Hope that helps


    Cheers

    ratcat
    Yes highest score already included in total.

    Thank you I will try it.

  4. #4
    Registered User
    Join Date
    04-07-2008
    Posts
    5
    I would like to be able to just enter each player's runs scored after every game and the average will be automatically adjusted. I don't know if it's possible. The list will contain about 20 players.

    Thanks

  5. #5
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111
    Quote Originally Posted by MagicMan0027
    I would like to be able to just enter each player's runs scored after every game and the average will be automatically adjusted. I don't know if it's possible. The list will contain about 20 players.

    Thanks
    G'day MagicMan007,

    It can be done. You are going to upload an example (a zip file) or explain the layout of the where the data is going to be entered.

    How do you want to display the not out ?

  6. #6
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111
    Hello again,

    Here an idea that I cooked up

    Edit: If the player got out for a duck, just put a zero and if he/she did not bat leave the cell blank.

    If the player was not out place an * in the not out column.

    The totals (Match played, Not out, Total Runs, Highest Score, Average Runs) will automatic total has you enter the runs.

    The best thing is play around with the spreadsheet. Enter your raw data that you have and have fun.

    Cheers

    ratcat
    Attached Files Attached Files
    Last edited by ratcat; 04-08-2008 at 08:28 AM. Reason: Details

+ 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