G
Guest
I have never put together an "if" statement before, I have read through the
posts but cannot find one close to the statement I am trying to create. This
is what I have put together but no matter what the answer is, it defaults to
1. Please help me - thank you.
=IIf([Avg of CBCC]<34.99,"1",IIf([Avg of CBCC]<42.99,"2",IIf([Avg of
CBCC]<49.99,"3",IIf([Avg of CBCC]<59.99,"4",IIf([Avg of CBCC]>59.99,"5")))))
Actually the criteria is as follows: to rate a "1" it is less than 35, to
rate a "2" it is between 35 and 42.99, to rate a "3" it is between 43 and
49.99, to rate a "4" it is between 50 and 59.99, and to rate a five it is
greater then 60.
posts but cannot find one close to the statement I am trying to create. This
is what I have put together but no matter what the answer is, it defaults to
1. Please help me - thank you.
=IIf([Avg of CBCC]<34.99,"1",IIf([Avg of CBCC]<42.99,"2",IIf([Avg of
CBCC]<49.99,"3",IIf([Avg of CBCC]<59.99,"4",IIf([Avg of CBCC]>59.99,"5")))))
Actually the criteria is as follows: to rate a "1" it is less than 35, to
rate a "2" it is between 35 and 42.99, to rate a "3" it is between 43 and
49.99, to rate a "4" it is between 50 and 59.99, and to rate a five it is
greater then 60.