C
caro
I am attempting to create an IFf statement where if the raw score is less
than 1, a number 1 is populated in the field. If the raw score is less than
5, then the number 2 would populate in the field. If the raw score is less
than 9, a 3 would populate. If the raw score is less than 13, a 4 would
populate. And if the raw score is less than 16, a 5 would populate. My
formula is:
IFf («Expr» [Raw Score (1-5)] < [1], [1]), IFf ([Raw Score (1-5)] < [5],
[2]), IFf ([Raw Score (1-5)] < [9], [3]), IFf ([Raw Score (1-5)] < [13],
[4]), IFf ([Raw Score (1-5)] < [16], [5])
Please help!
than 1, a number 1 is populated in the field. If the raw score is less than
5, then the number 2 would populate in the field. If the raw score is less
than 9, a 3 would populate. If the raw score is less than 13, a 4 would
populate. And if the raw score is less than 16, a 5 would populate. My
formula is:
IFf («Expr» [Raw Score (1-5)] < [1], [1]), IFf ([Raw Score (1-5)] < [5],
[2]), IFf ([Raw Score (1-5)] < [9], [3]), IFf ([Raw Score (1-5)] < [13],
[4]), IFf ([Raw Score (1-5)] < [16], [5])
Please help!