Hi Expert,
I would like to add another check to below existing formula.
IF(AND [AC Fast track is]@row ="NO") than it should show up yes
current formula:
=IFERROR(IF(AND(OR([Test Level]@row = "A", [Test Level]@row = "B", [Test Level]@row = "C", [Test Level]@row = "D", [Test Level]@row = "E"), OR([Test Analyst]@row = "Sabrina", [Test Analyst]@row = "Thomas", [Test Analyst]@row = "Ina", )), "Yes"), "No")
I tried it but it's not working, how do I need to insert it that I will get the correct result?
Thanks