If Function - "and" command?

A

aronnov

I have a basic If Function, (see below) Is there anyway I can add a 'and'
command? So it could read: =IF(B3=B16 and B16 does not equal to 0,1,0)

how can I add 'and B16 does not equal to 0'?

=IF(B3=B16,1,0)

Aaron
 
Top