Hi,
I saw one of your posts and tried to apply that for my IF statement to determine credit rating but i am sure there is something i am not doing right. Can you please help??
I need to to achieve the following:
If score is less then 0 then customer to get credit rating of NO RATING
If score is more then 1 or equals to 10 then customer to get credit rating of D-
If score is more then 11 or equals to 20 then customer to get credit rating of D
If score is more then 21 or equals to 30 then customer to get credit rating of C-
If score is more then 31 or equals to 40 then customer to get credit rating of C
If score is more then 41 or equals to 50 then customer to get credit rating of B-
If score is more then 51 or equals to 60 then customer to get credit rating of B
If score is more then 61 or equals to 70 then customer to get credit rating of A-
If score is more then 71 or equals to 80 then customer to get credit rating of A
If score is more then 81 or equals to 90 then customer to get credit rating of AA
If score is more then 91 or equals to 100 then customer to get credit rating of AAA
I was trying to apply the following statement but it's giving me a false value.
=IF(B2>91=100,”AAA”,IF(B2>81=<wbr style="font-family: arial, sans-serif; ">90,”AA”,IF(B2>71=80,”A”,IF(B2><wbr style="font-family: arial, sans-serif; ">61=70,”A-”,IF(B2>51=60,”B”,IF(<wbr style="font-family: arial, sans-serif; ">B2>41=50,”B-”,IF(B2>31=40,”C”,<wbr style="font-family: arial, sans-serif; ">IF(B2>21=30,”C-”,IF(B2>11=20,”<wbr style="font-family: arial, sans-serif; ">D”,IF(B2>1=10,”D-”,IF(B2<0,"<wbr style="font-family: arial, sans-serif; ">NOT RATED")))))))))))
Please if someone can help me with this
I saw one of your posts and tried to apply that for my IF statement to determine credit rating but i am sure there is something i am not doing right. Can you please help??
I need to to achieve the following:
If score is less then 0 then customer to get credit rating of NO RATING
If score is more then 1 or equals to 10 then customer to get credit rating of D-
If score is more then 11 or equals to 20 then customer to get credit rating of D
If score is more then 21 or equals to 30 then customer to get credit rating of C-
If score is more then 31 or equals to 40 then customer to get credit rating of C
If score is more then 41 or equals to 50 then customer to get credit rating of B-
If score is more then 51 or equals to 60 then customer to get credit rating of B
If score is more then 61 or equals to 70 then customer to get credit rating of A-
If score is more then 71 or equals to 80 then customer to get credit rating of A
If score is more then 81 or equals to 90 then customer to get credit rating of AA
If score is more then 91 or equals to 100 then customer to get credit rating of AAA
I was trying to apply the following statement but it's giving me a false value.
=IF(B2>91=100,”AAA”,IF(B2>81=<wbr style="font-family: arial, sans-serif; ">90,”AA”,IF(B2>71=80,”A”,IF(B2><wbr style="font-family: arial, sans-serif; ">61=70,”A-”,IF(B2>51=60,”B”,IF(<wbr style="font-family: arial, sans-serif; ">B2>41=50,”B-”,IF(B2>31=40,”C”,<wbr style="font-family: arial, sans-serif; ">IF(B2>21=30,”C-”,IF(B2>11=20,”<wbr style="font-family: arial, sans-serif; ">D”,IF(B2>1=10,”D-”,IF(B2<0,"<wbr style="font-family: arial, sans-serif; ">NOT RATED")))))))))))
Please if someone can help me with this
Last edited: