Hi I have a nested formula but I am not able to get a blank cell if none of the parameters are met?
I have attached a picture and the formula is below.
=IF(AND(C2<=4,D2<=4),"NUISANCE",IF(AND(C2>=5,D2<=4),"EXPLOITABLE",IF(AND(C2<=4,D2>=5),"DEVELOPMENT",IF(AND(C2>=5,D2>=5),"CORE",""))))
Thank...