I’m trying to rank against my standard deviation which looks like this
standard deviation: 0.125
The formula I’m using is this:
standard deviation: 0.125
The formula I’m using is this:
Code:
SDRank: 1+DCount("*","[Tablename]","[ standard_deviation]<" & [standard_deviation])
but the only number that comes back is “1” I have over a hundered reps that I’m trying to rank using their standard_deviation. Is there something I need to change in my formula to calculate a number below 1, such as the standard_deviation “0.125”
Thanks for taking the time to help.