EXCEL - If to meet two conditions.

Copper Contributor

I am looking to meet condition in one cell of "Yes" and specific condition in another cell of "Tuesday", looking for appropriate =IF statement that can meet this criterion. Recommendations would be greatly appreciated.

1 Reply

@Ray_Carter 

=IF(AND(B3="Yes",C3="Tuesday"),"True","False")

Maybe like in the attached example.