Hi again All!I have a worksheet - column A is a list of actual football scores in the format digit.space.digit such as >1 1<.Column B is a list of score predictions, in the same format.Column C is looking for identical matches - i.e. where the score is an exact match and I use the following: -if(A1=B1,"1","0").I want column D to look for correct results (i.e draw, home win or away win) - in the above example, if Column B says 2 2 or 0 0 for instance, then to give me a 1.If column A says 1 0 for instance, and column B says 5 0, i want column D to give me a 1.If column A says 0 3 for instance, and column B says 0 1, i want column D to give me a 1.If column D does not match the draw/Home win/Away Win, I want column D to give me a 0.Hope this makes sense - can anyone advise and help please????many thanks in advance.Matt