SORRY TO POST IT AGAIN!
Am not receiving any response! If i am wrong - please ignore this and may close my thread!
If someone could solve this for me ....... it will be highly grateful!
cell: A1 = 1st data
cell: B1 = 2nd data
cell: C1 = 3rd data
1. If A1 = 85 (exact 85 only)
and if B1= < 25
then c1 = 0.21
or if B1= >25 and <= 30
then c1 = 0.32
2. If A1 >=1 and < 85
and if B1= < 25
then c1 = 0.32
or if B1= >25 and <= 30
then c1 = 0.32
3. If A1 >85 <=90
and if B1= < 25
then c1 = 0.41
or if B1= >25 and <= 30
then c1 = 0.52
4. If A1 >90 <=95
and if B1= < 25
then c1 = 0.67
or if B1= >25 and <= 30
then c1 = 0.78
5. If the loan percentage is >95 <=100
Return value = "NA"
NOTE: A Valued member/administrator helped me, but found some errors :
=IF(AND(A1=0.85,B1<=0.25),0.21,IF(OR(AND(B1>=0.25,B1<=0.3),AND(A1>=1,A1<0.85,B1<=0.25)),0.32,IF(AND(A1>0.85,A1<=0.9,B1<=0.25),0.41,IF(AND(B1>=0.25,B1<=0.3),0.52,IF(AND(A1>0.9,A1<=0.95,B1<=0.25),0.67,IF(AND(B1>=0.25,B1<=0.3),0.78,IF(AND(A1>0.95,A1<=1),"NA")))))))
=======================
ATTACHED WORK FILE
Bookmarks