I need to check if the number in cell a1 equals one of the numbers in cells b10 though b20.
A AK Dec 2, 2004 #1 I need to check if the number in cell a1 equals one of the numbers in cells b10 though b20.
A Andy Brown Dec 2, 2004 #3 I need to check if the number in cell a1 equals one of the numbers in cells b10 though b20. Click to expand... =IF(ISERROR(MATCH(A1,$B$10:$B$20,0)),"Bad","Good") Rgds, Andy
I need to check if the number in cell a1 equals one of the numbers in cells b10 though b20. Click to expand... =IF(ISERROR(MATCH(A1,$B$10:$B$20,0)),"Bad","Good") Rgds, Andy