Standard deviation measures how spread out numbers are from their average. Use STDEV.S for sample data and STDEV.P for entire population data.
Сделать с помощью ИИPrepare your data
Enter your numerical data set into a single column or row in your worksheet.
Select a cell for the result
Click on the empty cell where you want the standard deviation value to appear.
Enter the function
Type '=STDEV.S(range)' for a sample or '=STDEV.P(range)' for a population, replacing 'range' with your data cells, then press Enter.
=STDEV.S(A1:A10) or =STDEV.P(A1:A10)STDEV.S calculates standard deviation based on a sample, while STDEV.P calculates it based on the entire population.