I also have a similar question. I have certain results in columns O-U that if over a certain number than it will fail. I put in =IF(O2<=7, P2<=3, Q2<=20, R2<=J6, S2<=6, U2<=40,"Pass","Fail") and it said too many arguments
I also have a similar question. I have certain results in columns O-U that if over a certain number than it will fail. I put in =IF(O2<=7, P2<=3, Q2<=20, R2<=J6, S2<=6, U2<=40,"Pass","Fail") and it said too many arguments
Maybe this:
=IF(OR(O2>7, P2>3, Q2>0, R2>J6, S2>6, U2>40), "Fail", "Pass")
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks