I need some help, I'm a basic user of Excel and have spent hours trying to work this out. I have data where I need to look at three cells and if any of them are greater than 100 I need to deliver a "Fail", otherwise a "Pass". The problem I am having is that in all cases either one or two of the cells has text in, "N/A" the formula therefore always returns a "Fail".
=IF(OR(T2>100,V2>100,X2>100),"FAIL","PASS")
=IF(OR(T2>100,V2>100,X2>100),"FAIL","PASS")