F Fiveohhh Diamond Member Jan 18, 2002 3,776 0 0 Sep 3, 2003 #1 got this message with my formula '=if(i19>16, pass, fail)' anyone know what it means for some reason help isn't working on my pc
got this message with my formula '=if(i19>16, pass, fail)' anyone know what it means for some reason help isn't working on my pc
H Haircut Platinum Member Apr 23, 2000 2,248 0 0 Sep 3, 2003 #2 You need to have pass and fail in double quotes, like this: =IF(I19>16, "pass","fail")