Football predictions league spreadsheet

Corleone

Well-known Member
Joined
Feb 2, 2003
Messages
841
Office Version
  1. 365
Nearly got this cracked now, however i just need a final tweak making to the formula below



=IF($C51&$E51=H51&J51,3,IF(AND($C51>$E51,H51>J51),1,IF(AND($C51< $E51,H51<J51),1,IF(AND($C51=$E51,H51=J51),1,0))))

The league scoring works on the basis of
3 points fro getting the exact scoreline right (ie Liverpool 2 wba 1)
1 point for getting the result right (ie home win)

the formula is based on the actual results which are inputted into cols C & E and the predictions which are put into cols H &J

The issue i have is that for the matches that havent taken place yet, it assumed that the entrants all have 3 points per game as it treats the Blank contents of Columns C & e as 0-0 as well as the columns H & J

i woould like to add to the formula so that if the cells in Col C and Col E are blank, the score is 0

Thanks
 
Last edited:

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi Corleone,

There are some brackets missing off the end of your posted formula.
Anyway, give this formula a try...

Code:
=IF(AND($C51="",$E51=""),0,IF($C51&$E51=H51&J51,3,IF(AND($C51>$E51,H51>J51),1,IF(AND($C51<$E51,H51),0))))

I hope this helps!
 
Upvote 0
Hi Corleone,

There are some brackets missing off the end of your posted formula.
Anyway, give this formula a try...

Code:
=IF(AND($C51="",$E51=""),0,IF($C51&$E51=H51&J51,3,IF(AND($C51>$E51,H51>J51),1,IF(AND($C51<$E51,H51),0))))

I hope this helps!

Apologies for taking so long to respond

thanks for your help - works ok now
 
Upvote 0
I realise this is 5 years ago but I've just stumbled across your thread in a search. It sounds like you've created exactly what I need for a football predictions game I've started. Do you have the spreadsheet still and if so, would you be prepared to share it with me please? Many thanks. Richard

Nearly got this cracked now, however i just need a final tweak making to the formula below



=IF($C51&$E51=H51&J51,3,IF(AND($C51>$E51,H51>J51),1,IF(AND($C51< $E51,H51<j51),1,if(and($c51=$e51,h51=j51),1,0))))

The league scoring works on the basis of
3 points fro getting the exact scoreline right (ie Liverpool 2 wba 1)
1 point for getting the result right (ie home win)

the formula is based on the actual results which are inputted into cols C & E and the predictions which are put into cols H &J

The issue i have is that for the matches that havent taken place yet, it assumed that the entrants all have 3 points per game as it treats the Blank contents of Columns C & e as 0-0 as well as the columns H & J

i woould like to add to the formula so that if the cells in Col C and Col E are blank, the score is 0

Thanks

</j51),1,if(and($c51=$e51,h51=j51),1,0))))
 
Upvote 0
Hi send me your email and I will send you a copy later today or tomorrow
 
Upvote 0
Hi,

I sent you my email by private message but it occurred to me that perhaps you don''t monitor them. My email is xxxxxx if you could send me that football spreadsheet please?

Many thanks for your time.

Richard
 
Last edited by a moderator:
Upvote 0
Hi,

I sent you my email by private message but it occurred to me that perhaps you don''t monitor them. My email is if you could send me that football spreadsheet please?

Many thanks for your time.

Richard

just sent

cheers
 
Last edited by a moderator:
Upvote 0
@richardob
I removed your email address from your post, as Spam Bots routinely troll Public User Forums like these looking for email addresses to Spam.
 
Upvote 0

Forum statistics

Threads
1,215,236
Messages
6,123,798
Members
449,127
Latest member
Cyko

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