View Single Post
  #3   Report Post  
MMM
 
Posts: n/a
Default

Thank you very much JulieD, this was a lot quicker then me trying to figure
it out!~MMM

"JulieD" wrote:

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.