Hi
I'm new to the forum and this is my first post.
I am trying to create a formula where if cell A1 contains "Yes" and B1 contains "Yes" C1 equals "Yes". If one or both cells contain "No" C1 must equal "No".
Thanks for your help in advance!
Hi
I'm new to the forum and this is my first post.
I am trying to create a formula where if cell A1 contains "Yes" and B1 contains "Yes" C1 equals "Yes". If one or both cells contain "No" C1 must equal "No".
Thanks for your help in advance!
In C1..
Formula:
=IF(AND(A1="Yes",B1="Yes"),"Yes","No")
Regards!
=DEC2HEX(3563)
If you like someone's answer, click the star to give them a reputation point for that answer...
Hi Debraj Roy,
Thanks for your help!
Cheers
Steve
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks