NFL Scores and Point spread Spreadsheet

Mykro

Active Member
Joined
Oct 17, 2002
Messages
337
I'm Trying to build a spreadsheet that will tell me if a team has "won" or "lost" against the point spread.What you do is Enter in the team you want to play and the points. EX:

Teams Spread Score Result

SF -7 14 "LOST"
SD 21

SD +10 22 "WON"
NYJ 10

I Understand the IF Function But I'm missing something...I'm such a novice
 
On 2002-10-19 18:26, Mykro wrote:
Thanks for the reply.. But.. "won" is in the field when no data has been entered..

Thankx

Hi Mykro:

use the following formula for entries in cells A4:A8

'=IF(ISNUMBER(MATCH("Lose",A4:A8,0)),"Lose",IF(COUNTA(A4:A8)<5,"Don’t Know Yet","Win"))

Also see the following worksheet simulation ...
y021019h1.xls
ABCDEF
1
2DontKnowYetLoseWin
3
4WinWinWin
5WinWinWinsourcedata
6WinWinresult
7WinLoseWin
8WinWinWin
Sheet5
</SPAN>

Regards!

Yogi
This message was edited by Yogi Anand on 2002-10-20 00:06
 
Upvote 0

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi Mike:

For the NFL Sport 7 Team Parlay win/lose (based on the file you emailed to me), I have used the following array-based formula (in cell I20) ...

'{=IF(SUM(IF($A$9:$A$14=C20:H20,IF($G$9:$G$14="WON",1,0)))=6,"WON","LOST")}

see the following worksheet simulation ...
nfldemo_2.xls
ABCDEFGHI
1TeamonTop(Optional)
2NumberFavoriteLineScoreUnderdogScoreResult
3112PITT4.016HOU4WON
4
5
6TeamsToWheel
7
8NumberFavoriteLineScoreUnderdogScoreResult
9201NY-4.015SF7WON
1095SD10.014AZ14WON
11142MIA-6.027NE20WON
12131DAL-3.515DEN11WON
13127SF-10.029SEA12WON
14119NYG2.07BALT5WON
15111TB20.015JAC49LOST
16109HOU12.08PHIL10LOST
17 
18 
19TeamonTopParlayResult
2011220195142131127119WON
2111220195142131119111LOST
2211220195142127119111LOST
Sheet1
</SPAN>

Please post back if it works for you ... otherwise explain a little further and let us take it from there.

Regards!

Yogi Anand
 
Upvote 0
I'm Trying to build a spreadsheet that will tell me if a team has "won" or "lost" against the point spread.What you do is Enter in the team you want to play and the points. EX:

Teams Spread Score Result

SF -7 14 "LOST"
SD 21

SD +10 22 "WON"
NYJ 10

I Understand the IF Function But I'm missing something...I'm such a novice

I think this format will hepl you
S+/- (Score Differential)
S +/- E=B-D
if(e2>0,1," ") W
if(e2<0,1," ") L
If e2=0,1," ") T

S +/-M=L-K
if(m2>0,1," ") W
if(m2<0,1," ") L
if(m2=0,1," ") T

Away =Home Team Away or Road
Home Score, Opponent Score S+/- W L T /Opponent Score, Away Score S+/- W L T
Then you continue with summatory function to obtain the total W L T,
 
Upvote 0
HOME ScoreOpponentScoreS+/-WLTYearOpponentScoreRoad/AwayScoreS+/-WLT
Arizona Cardinals27Detroit Lions270 119Baltimore Ravens23Arizona Cardinals17-6 1
Arizona Cardinals20Carolina Panthers38-18 1 19Cincinnati Bengals23Arizona Cardinals2631
Arizona Cardinals10Seattle Seahawks27-17 1 19New York Giants21Arizona Cardinals2761
Arizona Cardinals34Atlanta Falcons3311 19New Orleans Saints31Arizona Cardinals9-22 1
Arizona Cardinals25San Francisco 49ers28-3 1 19Tampa Bay Buccaneers30Arizona Cardinals27-3 1
Arizona Cardinals7Los Angeles Rams34-27 1 19San Francisco 49ers36Arizona Cardinals26-10 1
Arizona CardinalsPittsburgh Steelers0 119Seattle SeahawksArizona Cardinals0 1
Arizona CardinalsCleveland Browns0 119Los Angeles RamsArizona Cardinals0 1
2112331187-64143-112716422132-32242
2213227164-32242-5
Points Favor255Opponent Points351-96385-8Margin Of Victory
Points Per Game21Points per Game29Net PtsSeason 2019
 
Upvote 0
W D T
Home Score, Opponent Score (Score Differential)SD+/- =IF(D2>0,1," ") =IF(D2<0,1," ") =IF(D2=0,1," ")
San Francisco 7 San Diego 21 =B2-D2 -14 1

if you keep this excel format and formulas, you will get more Data(Statistics) Points per game , Mov Margin of Victory+Net Points
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,573
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top