Hi
Try this:
=IF(BY2="N",IF(M2<4,"None","Married"),IF(AND(BY2=" Y",M2=4),"Family",IF(AND(BY2="C",OR(M2=2,M2=3))," Single","")))
--
Andy.
"SCOOBYDOO" wrote in message
...
Hi, I need help with the following please:
Col M = Grade (values 1 - 4) and column BY is populated with either a C or
an N. I need a formula to work out entitelement based on the following:
If Grade = 1, 2 or 3 and BY = N then the answer is None
If Grade = 2 or 3 and BY = C then the answer is Single
If Grade = 4 or above and BY = N then the answer is Married
If Grade = 4 or above and BY = Y then the answer is Family
Tahnks in advance ; )
|