View Single Post
  #1   Report Post  
ahs004 ahs004 is offline
Junior Member
 
Posts: 4
Default Using IF, AND and OR functions together

Hi,

I need help with using IF, AND, OR functions together.

Here is my problem.

I have cell

C5 and E5
G5 and I5
K5 and M5

In cell C5, G5 and K5, i have data validation of Chair, Vice Chair, Treasurer.
In cell E5, I5 and M5, i have Yes or no.

In another cell, i need to check whether C5 has "chair" and E5 has "yes" OR G5 has "chair" and I5 has "yes" OR K5 has "chair" and M5 has "yes". If it does it needs to return True.

I Do not want True showing if C5 has "chair" and I5 has "yes" in it. they got to be together.

Thank you in advance.