View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default Create a formula using if, and, or or.

I think this last example should be:

=If(OR(b1=3,c15),"One or both Conditions exist","Neither Condition
exists")

Pete