Problem using AND()

  • Thread starter Thread starter peacelittleone
  • Start date Start date
P

peacelittleone

I have the following data:


A B C
1 FALSE TRUE TRUE
2 FALSE TRUE TRUE
3 FALSE TRUE TRUE
4 TRUE TRUE TRUE


THe formula in C1 = and(a1,b1)

Why is it returning TRUE? Shouldn't it be FALSE?

ARGHHHHHHHHHHHHH....

TIA.

Heather
 
Yes it should be FALSE.
It is for me.
Is calculation set to Manual?
 
Returns false for me. Do you have calculation set to Manual in
tools=>Options=>Calculation tab.
 
All -

Thanks for all of your responses. I had another formula that wa
setting the "TRUE" and "FALSE" values instead of using TRUE and FALSE.

OLD =if(a2=b2,"TRUE","FALSE")

NEW = if(a2=b2,TRUE,FALSE)

Thanks again!

Heather
 

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

Back
Top