I am looking to create a football pools league table for work and have come across a problem. I want to award 3 points if a person predicts the score exactly which is the easy part. I just enter the score in a cell and do an if statement =IF(B2=C2,3,0). My problem is I want to award 1 point if the result is predicted but not the exact score. So if I say predict 2-2 and the result is 3-3 or if I predict 1-2 and the score is 2-4 I want to award a point. Can someone please help me? Thanks