View Single Post
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

how about
=IF(A2="C",IF(OR(B2<"",C2""),True,false),false)

Cheers
JulieD


"MMM" wrote in message
...
I am trying to write a "logical" function for the following: If there is a
"C" in A2, then there should be data in either b2 OR c2. Any help is
appreciated.