D
DBarker5
This formula works,
=IF(AND(D2>=106%,D2<=110%,E2>=4),600,"NO")
but I want to add more conditions like
=IF(AND(D2>=101%,D2<=105%,E2>=3),400,"NO")
The problem is putting them together so that it works, I
have numerous other conditions, but when I figure out how
to put two together I should be good to go.
Basically am asking if the value matches these three
conditions give it a value if not move to the next three
conditions.
Any help would be appreciated.
=IF(AND(D2>=106%,D2<=110%,E2>=4),600,"NO")
but I want to add more conditions like
=IF(AND(D2>=101%,D2<=105%,E2>=3),400,"NO")
The problem is putting them together so that it works, I
have numerous other conditions, but when I figure out how
to put two together I should be good to go.
Basically am asking if the value matches these three
conditions give it a value if not move to the next three
conditions.
Any help would be appreciated.