J.R. S. answered 09/18/19
Ph.D. University Professor with 10+ years Tutoring Experience
List all the values down a column, e.g. in cells A2 to A6. Then place cursor in cell A7 and type
=average(a2:a6) enter. This will give you the mean value. Then place the cursor in cell A8 and type
=stdev(a2:a6) enter. This will give you the standard deviation.
The answer I got is
mean = 10.3
standard deviation = 0.460