Threeway action?

I’m trying to use a formula to see if three things are true, if so give an “ok” status and “fcked" otherwise. I don’t think I can add a third condition to the IF(AND format like this → IF(AND(condition1, condition2, condition3, “ok”, "fcked”). How can I test 3 conditions?

Hi John,

Did you try it? Because, from my testing, you can have as many conditions as you want in the AND clause.

@GCavin Yes! I finally figured it out. Thank you for taking the time to point me in the right direction. I appreciate you!