Multiple Conditions in a cell

M

Maya

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
 
A

Art

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
 
Top