|
|
To advertise on these forums, e-mail us. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Spreadsheet help
I am currently creating a excel database of all the races I have ratings for.
I have entire fields of each race, and am just writing in the win and place divis is columns across from the appropriate horse (top 3 only). What I want is to be able to tally up the number of winners in each column to get my strike rate. Having around 1000 races at this stage, it is to much effort to count through how many times they won. Hope I have explained enough, if not will try and post a example if none of this mean anything to anyone. |
#2
|
|||
|
|||
Heres an example. The winner has come from the top 3 in all races. How can I tally up how many time there is a entry in column G. If I lost a race, column G is blank.
|
#3
|
|||
|
|||
If you change the word "won" to say 1 you could just use at the bottom =count(g1:g1000) this will add up the total.
|
#4
|
|||
|
|||
=COUNTIF(G:G,"won")
|
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Ahh got it,
=countif(g1:gxxx;"won") Cheers crackone |
#7
|
|||
|
|||
Quote:
|
Thread Tools | Search this Thread |
Display Modes | |
|
|