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
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Thanks for the reply ! Just one thing though.. I used your example but I added NO data in the fields.. The result was "WON"

What can be added to the formula to have it so it won't print WON or LOSE when no data has been entered ??

Thankx
 
Upvote 0
=if(len(a2),IF(A2+C2<B2,"lost","won"))
This message was edited by PaddyD on 2002-10-19 00:49
 
Upvote 0
Thanks for your Help.. One thing it returns
the word "FALSE" is that as good as gets??

Thanks
 
Upvote 0
Geuss What?? I have one more dilemma...
I'll use "Win" "Lose" for this example (True False). I have to win ALL my teams to win a Parlay.. If one team loses I've lost my bet...

Result Result

Won Won
Won Won
Won Won
Won Lose
Won Won

Answer "Won" Answer "Lose"

Thanks
 
Upvote 0
=IF(ISNUMBER(MATCH("Lose",A1:A5,0)),"Lose","Won")

paddy

EDIT: typo
This message was edited by PaddyD on 2002-10-19 08:08
 
Upvote 0
Thanks for the reply.. But.. "won" is in the field when no data has been entered..

Thankx
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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