I have a workbook that i am using the following IF statement in
=IF(('Account Accuracy Rate'!D4)>=95,3,IF(AND(('Account Accuracy Rate'!D4)<95,('Account Accuracy Rate'!D4)>=85),2,IF(AND(('Account Accuracy Rate'!D4)<85),1,0)))
It always returns the value of 1 reguardless if the reference field is above 95, between the range or 95-85 or below 85.
What am i doing wrong?
The field i am using is using conditional formating (stop light) hence the reason for the 1,2,3 values if condition is true.
Thanks!
D
=IF(('Account Accuracy Rate'!D4)>=95,3,IF(AND(('Account Accuracy Rate'!D4)<95,('Account Accuracy Rate'!D4)>=85),2,IF(AND(('Account Accuracy Rate'!D4)<85),1,0)))
It always returns the value of 1 reguardless if the reference field is above 95, between the range or 95-85 or below 85.
What am i doing wrong?
The field i am using is using conditional formating (stop light) hence the reason for the 1,2,3 values if condition is true.
Thanks!
D