I have an IF that is working fine but I need to add that if the value is greater than 117, it should just state 117.
This is the part that works:
=IF(A9<>"",BO9-BR9-BS9-BQ9,"")
Now I need to add that if the answer to the above is greater than 117, it should give 117. But if it is less than 117, it should give the calculated value (BO9-BR9-BS9-BQ9).
Help please??
This is the part that works:
=IF(A9<>"",BO9-BR9-BS9-BQ9,"")
Now I need to add that if the answer to the above is greater than 117, it should give 117. But if it is less than 117, it should give the calculated value (BO9-BR9-BS9-BQ9).
Help please??