relative standard deviation

  • Thread starter Thread starter divyesh
  • Start date Start date
Hi,

Try

=STDEV(A1:A10)/AVERAGE(A1:A10)

or if you have negative numbers in your dataset

=ABS(STDEV(A1:A10)/AVERAGE(A1:A10))

Mike
 
Back
Top