You’re right that is my mistake..... Sorry
The favorite must either tie or beat the spread to receive a win.
The underdog will receive a win if the favorite ties or doesn’t cover the
spread.
> I must have missed that. I'll take a look.
>
[quoted text clipped - 134 lines]
> >> >> >> > >
> >> >> >> > > Thanks!
Ok, change the following formulas on the Weekly sheets.
On row 43, cell C43:
=IF(COUNT(C3,D40:D41)<3,"",IF(AND(C3=0,D40=D41),"Tie",IF(D40-C3=D41,"Push",IF(D40-C3>=D41,C40,C41))))
Copy across as needed.
If the spread is a tie *both* teams get credit for a win. Where I live we
call that a "push".
In cell D6:
=IF(C6="","",IF(OR(C6=C$43,C$43="Push"),"?",""))
Copy across and down as needed.
Now:
>Sorry I missed one other thing as well the bottom right corner of the
>spreadsheet that totals up the winners by favourite and underdogs so I can
>keep track of this throughout the season.
I don't see where you have that. Are you talking about that being on the
Weekly sheet?
You want the total count (for the week) of the number of favs and dogs?
Biff
> You're right that is my mistake..... Sorry
>
[quoted text clipped - 160 lines]
>> >> >> >> > >
>> >> >> >> > > Thanks!
T. Valko - 16 May 2007 06:47 GMT
P.S.
For those games where the spread is a "pick" (no spread) you'll need to
enter the spread as 0.
Biff
> Ok, change the following formulas on the Weekly sheets.
>
[quoted text clipped - 193 lines]
>>> >> >> >> > >
>>> >> >> >> > > Thanks!
Killer - 16 May 2007 11:44 GMT
I don't see where you have that. Are you talking about that being on the
Weekly sheet?
You want the total count (for the week) of the number of favs and dogs?
Biff
_____________________________________
Yes on weekly sheets I want to know how many Fav or dogs won for that week.
Thanks again Biff
> Ok, change the following formulas on the Weekly sheets.
>
[quoted text clipped - 190 lines]
> >> >> >> >> > >
> >> >> >> >> > > Thanks!
T. Valko - 17 May 2007 03:54 GMT
Ok...
You'll need to move the formulas in row 43 down a couple of rows. (or
somewhere else) I just noticed how the table is not square at the bottom
right hand side. Let's assume you move the formulas in row 43 to row 45.
To count the favs:
=SUMPRODUCT(--(C2:AH2<>""),--(C2:AH2=C45:AH45))
To count the dogs:
=SUMPRODUCT(--(C4:AH4<>""),--(C4:AH4=C45:AH45))
To count the pushes:
=COUNTIF(C45:AH45,"push")
Design tip: formatting should be the very last thing you do!
Betting tip: always take the underdog! If you took every underdog in every
game at the end of the year you will be ahead.
Biff
>I don't see where you have that. Are you talking about that being on the
> Weekly sheet?
[quoted text clipped - 221 lines]
>> >> >> >> >> > >
>> >> >> >> >> > > Thanks!
Killer - 17 May 2007 04:44 GMT
Hey Biff I also notice that as well and had already made the correction.
The formulas worked prefect thank you for all your help towards this.
I'll keep that in mind next time I create something on making sure the
layout is completed first before formatting it.
As for your tip on who to take select, the season just past you’re totally
correct dogs won more then the favs and the fact the NFL teams are evenly
you're totally right that the dog are the better choice, but hey that would
be to simple to just select dogs each week now wouldn’t it….
Thanks again for your help and good luck in your upcoming season.
> Ok...
>
[quoted text clipped - 246 lines]
> >> >> >> >> >> > >
> >> >> >> >> >> > > Thanks!
T. Valko - 17 May 2007 04:54 GMT
Good luck! Thanks for the feedback.
Biff
> Hey Biff I also notice that as well and had already made the correction.
> The formulas worked prefect thank you for all your help towards this.
[quoted text clipped - 285 lines]
>> >> >> >> >> >> > >
>> >> >> >> >> >> > > Thanks!