I have an if statement that is working correctly, however when I attempt to have the results alternate to FAIL when all FAILS are selected in the range I am missing something in my formula. What have I forgotten to add? =IF(OR(ISBLANK(F2),ISBLANK(F3),ISBLANK(F4),ISBLANK(F5),ISBLANK(F6),ISBLANK(F7)*ISBLANK(F8)*ISBLANK(F9)*ISBLANK(F10)),"",IF(AND(F2=F3,F3=F4,F4=F5,F5=F6,F6=F7,F7=F8,F8=F9,F9=F10),"Pass","Fail"))