relative standard deviation

M

Mike H

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top