I am stuck on this IF AND statement that adds additional conditions. I am able to find one condition but I am trying to add on to it when other conditions are met within the same cell.
e.g.
IF(AND(B2="TEST",C2="one"),"Good","")
this above statement worked to fine this condition but how do I add additional conditions within C2 e.g. if B2="TEST", C2 ="two" or C2="three" or C2="four". I would like to capture all these conditions and mark as "Good"?
What is the best way to write this function? I tried IF OR/AND statements that didn't work. Thanks in advance for your assistance!
e.g.
IF(AND(B2="TEST",C2="one"),"Good","")
this above statement worked to fine this condition but how do I add additional conditions within C2 e.g. if B2="TEST", C2 ="two" or C2="three" or C2="four". I would like to capture all these conditions and mark as "Good"?
What is the best way to write this function? I tried IF OR/AND statements that didn't work. Thanks in advance for your assistance!