I need to set a Countifs formula that is an OR statement not an AND statement.
Basically I need to count Region Column if Experience is less than 2 in Two different columns. My Formula works but only if BOTH - RN Experience and Medic Experience is less than 2 years. I need it to count Region Column if One or the Other Column is less than 2 years. Below is my formula:
=COUNTIFS(Region:Region, "PacWest", [Paramedic- Years Experience ]:[Paramedic- Years Experience ], <2, [RN - Years Experience]:[RN - Years Experience], <2)
Any Thoughts?