Thread: Function Help
View Single Post
  #4   Report Post  
Biff
 
Posts: n/a
Default

=IF(AND(I3=0,J3=0),"pass","fail")

If both I3 and J3 are empty, the formula will still return "Pass".

If either I3 or J3 hold the numeric entry of 0 and the other cell is empty,
the formula will still return "Pass".

Biff

"Jay" wrote in message
...
"If value in either cell I3 and J3 =0 "Pass", If If value in either cell
I3
or J3 <0, "Fail"

=IF(I30,IF(I3<0,"Pass","Fail"))IF(J30,IF(J3<0, "Pass","Fail")) If this
is
wrong; please correct it

Thanks;