+ Reply to Thread
Results 1 to 5 of 5

Baseball Stat Keeping

  1. #1
    John
    Guest

    Baseball Stat Keeping

    I'm coaching a team of youngsters, and would like to track individual stats
    by game (1 worksheet per game) and totals for the season. The only problem I
    have is that the batting order is going to change every game (league rule).
    Player1 would be in row 1 one day and row 8 the next.

    So I thought that I could use the name function for each player and each
    stat. Something along the lines of, SUM(Player1 Hits) in the Season Total
    sheet. But you can't use the same name across sheets, and obviously the above
    formula wil not work. Any chance I can make this work? Thanks!!!!

  2. #2
    stacyjhaskins
    Guest

    RE: Baseball Stat Keeping

    On your "Season Total Sheet", use the lookup function (see help) and add the
    lookup totals for each page.
    i.e. =Lookup(bob,sheet1,hitscolumn)+Lookup(bob,sheet2,histscolumn)+...


    "John" wrote:

    > I'm coaching a team of youngsters, and would like to track individual stats
    > by game (1 worksheet per game) and totals for the season. The only problem I
    > have is that the batting order is going to change every game (league rule).
    > Player1 would be in row 1 one day and row 8 the next.
    >
    > So I thought that I could use the name function for each player and each
    > stat. Something along the lines of, SUM(Player1 Hits) in the Season Total
    > sheet. But you can't use the same name across sheets, and obviously the above
    > formula wil not work. Any chance I can make this work? Thanks!!!!


  3. #3
    Dave Peterson
    Guest

    Re: Baseball Stat Keeping

    Have you thought of using one worksheet for all your offensive data and one for
    all the pitching data (and one for defense)?

    You could add a column that shows the game number and you could use:
    =sumif(), =countif(), =sumproduct(), pivottables to summarize your data.

    You'll be able to sort by name or by game or by any other field. Then you could
    use Data|Subtotals to get other stats.

    Debra Dalgleish has lots of notes for counting/summing at:
    http://www.contextures.com/xlFunctions04.html

    John wrote:
    >
    > I'm coaching a team of youngsters, and would like to track individual stats
    > by game (1 worksheet per game) and totals for the season. The only problem I
    > have is that the batting order is going to change every game (league rule).
    > Player1 would be in row 1 one day and row 8 the next.
    >
    > So I thought that I could use the name function for each player and each
    > stat. Something along the lines of, SUM(Player1 Hits) in the Season Total
    > sheet. But you can't use the same name across sheets, and obviously the above
    > formula wil not work. Any chance I can make this work? Thanks!!!!


    --

    Dave Peterson

  4. #4
    John
    Guest

    RE: Baseball Stat Keeping

    Well that kind of worked, thanks! The formula had to be =Lookup(Bill1,
    AtBats1)+ Lookup(Bill2, AtBats2), since you can't have the same name for
    different cells in the same workbook (unless I am missing something).

    I was hoping that there would be an easier way. I tried this but it
    obviously would not work, though I think you get the idea of what would be
    perfect in the totals sheet...

    =SUM(Lookup(Bill*,AtBats*))

    "stacyjhaskins" wrote:

    > On your "Season Total Sheet", use the lookup function (see help) and add the
    > lookup totals for each page.
    > i.e. =Lookup(bob,sheet1,hitscolumn)+Lookup(bob,sheet2,histscolumn)+...
    >
    >
    > "John" wrote:
    >
    > > I'm coaching a team of youngsters, and would like to track individual stats
    > > by game (1 worksheet per game) and totals for the season. The only problem I
    > > have is that the batting order is going to change every game (league rule).
    > > Player1 would be in row 1 one day and row 8 the next.
    > >
    > > So I thought that I could use the name function for each player and each
    > > stat. Something along the lines of, SUM(Player1 Hits) in the Season Total
    > > sheet. But you can't use the same name across sheets, and obviously the above
    > > formula wil not work. Any chance I can make this work? Thanks!!!!


  5. #5
    John
    Guest

    Re: Baseball Stat Keeping

    I'd rather break it down game by game (one game per sheet), with a total
    sheet being updated when games are added.

    "Dave Peterson" wrote:

    > Have you thought of using one worksheet for all your offensive data and one for
    > all the pitching data (and one for defense)?
    >
    > You could add a column that shows the game number and you could use:
    > =sumif(), =countif(), =sumproduct(), pivottables to summarize your data.
    >
    > You'll be able to sort by name or by game or by any other field. Then you could
    > use Data|Subtotals to get other stats.
    >
    > Debra Dalgleish has lots of notes for counting/summing at:
    > http://www.contextures.com/xlFunctions04.html
    >
    > John wrote:
    > >
    > > I'm coaching a team of youngsters, and would like to track individual stats
    > > by game (1 worksheet per game) and totals for the season. The only problem I
    > > have is that the batting order is going to change every game (league rule).
    > > Player1 would be in row 1 one day and row 8 the next.
    > >
    > > So I thought that I could use the name function for each player and each
    > > stat. Something along the lines of, SUM(Player1 Hits) in the Season Total
    > > sheet. But you can't use the same name across sheets, and obviously the above
    > > formula wil not work. Any chance I can make this work? Thanks!!!!

    >
    > --
    >
    > Dave Peterson
    >


+ 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