Hello
I am calculating the accuracy rate and the accuracy rate standard deviations +1, +2, -1 and -2.
My AccuracyRate is 95.16%
The STDevAccuracyRate is 3.76%
(i display these as a percentage)
When I calculate the Accuracy Rate plus 1 standard deviation (STDevAccuracyRatePlus1) I get 98.92% or .9892... (displayed as a percentage)
I don't want the Accuracy Rate +1 and +2 standard deviations to display greater than 100%. The maximum allowed would be 100%. So I wrote:
AccuracyRatePlus1: IIf([STDevAccuracyRatePlus1]>100,"100%",[STDevAccuracyRatePlus1])
This displays .9892... and the property sheet won't allow me to select display as a percentage.
How can I show this as a percentage or write the above statement better?
Thanks in advance for the assistance!
~Nova
I am calculating the accuracy rate and the accuracy rate standard deviations +1, +2, -1 and -2.
My AccuracyRate is 95.16%
The STDevAccuracyRate is 3.76%
(i display these as a percentage)
When I calculate the Accuracy Rate plus 1 standard deviation (STDevAccuracyRatePlus1) I get 98.92% or .9892... (displayed as a percentage)
I don't want the Accuracy Rate +1 and +2 standard deviations to display greater than 100%. The maximum allowed would be 100%. So I wrote:
AccuracyRatePlus1: IIf([STDevAccuracyRatePlus1]>100,"100%",[STDevAccuracyRatePlus1])
This displays .9892... and the property sheet won't allow me to select display as a percentage.
How can I show this as a percentage or write the above statement better?
Thanks in advance for the assistance!
~Nova