I'm using Google sheets to try to generate a Pass/Fail in a cell based on two different parameters;
If (R2) is less than 85% AND (I2) equals "T1","T2, or "T3" I need a fail generated.
similarly, for the same cell;
If (R2) is less than 95% AND (I2) equals "Broker Audit" I need a fail generated.
My issue is that if it's a Broker Audit and less than 95%, i need a fail generated. However, if it's a T1 T2 or T3 audit then it needs to fail at 85%. Any way I can put this together?