+ Reply to Thread
Results 1 to 3 of 3

Calculating Averages based upon weeks not include Bye Weeks

  1. #1
    Registered User
    Join Date
    09-26-2006
    Posts
    7

    Calculating Averages based upon weeks not include Bye Weeks

    I have several teams. Each has it's own spreadsheet.
    On each spreadsheet has the schedule broken down into week 1, week 2, etc. Some weeks are "BYE" weeks. Col. A has the week number (1,2,3, etc.). Col B. has the team it's playing. If Col. B contains "BYE" I want to exclude that value from the average. Now, here comes the tricky part... Each team plays 8 games for 9 weeks. I need to know the averages up to a certain week. The value of the week I want to calculate up to will be in a cell (D2) For examlple D2 = 4 - meaning up to week 4.

    WEEKS = A2 through A10
    Teams = B2 through B10 (one of these weeks will have "BYE")
    Amount = C2 through C10
    Weeks to calculate = D2

    Need to know the average of C2 through C10 up to the number of weeks in D2 not include "BYE" weeks.

    Thanks for your help.

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    assume A1 to A10 contain either a 1 or the word "bye"

    =sumif(A1:A10<>"bye")

    this counts 9 if there is one bye

    can you apply this?

  3. #3
    Registered User
    Join Date
    09-26-2006
    Posts
    7
    No. I don't think that will work. Because I may want to calucate the averages for the first 3 weeks. Some teams might not have a bye for the first 3 weeks. I need to check two conditions. One for "BYE" and the other for the number of cells to calcuate the average on.

+ 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