Multiple Conditions in a cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to get information from Cell A and Cell B and then sum Cell C. I
cannot seem to link conditions and need help please
 
I have
=if(and(a1="1",b1="y"),c1)
and all I get is "FALSE"
what am I doing wrong
 
If the 1 in A1 is a number, remove the quotes from around the 1 in your
formula:

=IF(AND(A1=1,B1="y"),C1

Art
 

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