ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   using "OR" (https://www.excelbanter.com/excel-worksheet-functions/246874-using.html)

Bklynhyc

using "OR"
 
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


barry houdini[_37_]

using "OR"
 
What would FALSE FALSE return?

You could try A2+B2=1

then FALSE FALSE would return FALSE

or if that should be TRUE

=A2+B2<2

Mike H

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


Mike H

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


Mike H

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



All times are GMT +1. The time now is 04:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com