View Single Post
  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

The format is

=IF(OR(condition1, condition2, condition3, ...), action1, action2)

--
HTH

Bob Phillips

"lschuh" wrote in message
...
I have written syntax that doesn't seem to be picking up all my or

conditions
thus leaving me with an inaccurate answer. What am I doing wrong?

=IF($I52.5,1,0)*OR($K52.5,1,0)*OR($M52.5,1,0)*O R($O52.5,1,0)
*OR($Q52.5,1,0)*OR($J55,1,0)*OR($L55,1,0)*OR($N 55,1,0)
*OR($P55,1,0)*OR($R55,1,0)