Quote Originally Posted by Armando Montes View Post
Here is one way
this was almost perfect. I made two changes and it works perfect. (I changed the ANDs to ORs and used ">=" instead of ">"

=IF(OR(A2>=160,B2>=100),"Stage 2",IF(OR(A2>=140,B2>=90),"Stage 1","Controlled"))

Thanks for your help!