Win, Lose, Tie Calculation

misticjeff

New Member
Joined
Mar 19, 2011
Messages
3
Got a fairly simple task to perform but cannot for the life of me get it working completely. Need some help.

wlt01.JPG


wlt01.JPG
wlt02.JPG



My issue is a "Tie". Above is the formula i'm using which works great for a Win or Loss but when a Tie occurs as is shown on the last score I'm not sure what to add to the formula to make it show.

Thanks in advance for any assistance.

Jeff

wlt02.JPG
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Got a fairly simple task to perform but cannot for the life of me get it working completely. Need some help.

wlt01.JPG


wlt01.JPG
wlt02.JPG



My issue is a "Tie". Above is the formula i'm using which works great for a Win or Loss but when a Tie occurs as is shown on the last score I'm not sure what to add to the formula to make it show.

Thanks in advance for any assistance.

Jeff

wlt02.JPG
If the line is +6.5, which team is getting the points?
 
Upvote 0
If the line is +6.5, which team is getting the points?
Hi,

For the purposes of this chart, the home team is getting the points. So you'll see on the last entry that the home team gets 7.0 points and the score ends up Home/20 and Visitor/27 which when you factor in the line is a Tie. I need to be able to show Tie and not loss.
 
Upvote 0
Hi,

For the purposes of this chart, the home team is getting the points. So you'll see on the last entry that the home team gets 7.0 points and the score ends up Home/20 and Visitor/27 which when you factor in the line is a Tie. I need to be able to show Tie and not loss.
Let's assume:
  • C2 = line
  • D2 = Home team score
  • E2 = Visiting team score
Then:

=IF(D2+C2=E2,"Tie",IF(D2+C2>E2,"Won","Lost"))
 
Upvote 0

Forum statistics

Threads
1,224,550
Messages
6,179,462
Members
452,915
Latest member
hannnahheileen

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