using "OR"

  • Thread starter Thread starter Bklynhyc
  • Start date Start date
B

Bklynhyc

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How does this formula work ? 2
Need Function Help 8
testing for left 2 characters in set of 3 choices 5
ByPass key ms access 2016 0
LOOKUP returning wrong values 2
Access 2010 0
Special count.,, 17
Formula Question 5

Back
Top