Thread: using "OR"
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default using "OR"

Hi,

Try this

=NOT(A1=B1)

Mike


"Bklynhyc" wrote:

Hi,

Would like to get some advice on function OR

I have two column both returning information TRUE or FALSE,

It looks like this

TRUE FALSE
TRUE TRUE
FALSE TRUE


would like to have a third column with the return of the following

TRUE FALSE TRUE
TRUE TRUE FALSE
FALSE TRUE TRUE

Thanks at advance