+ Reply to Thread
Results 1 to 5 of 5

Footy Tipping 'COUNTIF' Formula Help

  1. #1
    Registered User
    Join Date
    02-14-2008
    Posts
    2

    Footy Tipping 'COUNTIF' Formula Help

    I'm setting up a spreadsheet for footy tipping I'm running.

    I'm almost done with all the formulas I need to count the winners, but theres one small problem.

    It's in Excel like this

    Specky | STK | ESS | RIC | FRE | MEL | SYD | BRI | CAR | Round Total | Overall Total

    What I need is in the round total box, it displays the number of picks I got right. So say I got STK, FRE, SYD and CAR right, I need the forumula to count all those picks and give me a total of 4. Currently I have the forumula: =COUNTIF(B2:I2,"STK"), which counts the STK as 1. I can't figure out how to make it so FRE, SYD, CAR and STK are all counted.

    If theres a way to do this, please help me, it's much appreciated.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    How does it know which items you got right?

    rylo

  3. #3
    Registered User
    Join Date
    02-14-2008
    Posts
    2
    Quote Originally Posted by rylo
    Hi

    How does it know which items you got right?

    rylo
    With the =COUNTIF(B2:B6,"STK").

    I was hoping of a way to maybe be able to put ,"STK","CAR") or something but it doesn't work.

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    What is the criteria that determined that STK was a winner? You know it is a winner, but how? Did it get the biggest number, or the closest to the right answer? What are the rules that determine the item / thing / whatever is a winner?

    Once you define your rules for winning, are any of those details available on the sheet?

    Maybe you should post an example workbook, and detail how the winners are determined.

    rylo

  5. #5
    Forum Contributor
    Join Date
    02-14-2008
    Location
    Manchester, England
    MS-Off Ver
    2007
    Posts
    110
    Hello

    The following works

    {=SUM(($A$1:$A$10="FRE")+($A$1:$A$10="STK"))}

    It needs to be an array formula which can be done by entering the formula and then hit Ctrl, Shift + Enter

+ 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