+ Reply to Thread
Results 1 to 6 of 6

Excel formula for standard devation

  1. #1
    Forum Contributor
    Join Date
    07-06-2020
    Location
    zimbabwe
    MS-Off Ver
    Excel 365
    Posts
    470

    Excel formula for standard devation

    Hi

    I'm kindly asking for excel formula for STANDARD DEVATION on cell D6.

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Excel formula for standard devation

    I'm not seeing source data for the average or the standard deviation, so I'm not sure how detailed we can be in our response. I know pivot tables can calculate mean and standard deviation. If this is a "summarizing a database of values" kind of problem, using a pivot table for both mean and standard deviation might be the easiest. If it must be a formula, then you can use the an appropriate STDEV.nn() function (perhaps with a nested IF() array function) to calculate the standard deviation.

    From there, a detailed solution will depend on details you have not shared with us. Help us understand exactly what part of calculating a standard deviation you are having trouble with, and we should be able to help further.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Contributor
    Join Date
    07-06-2020
    Location
    zimbabwe
    MS-Off Ver
    Excel 365
    Posts
    470

    Re: Excel formula for standard devation

    Hi

    I can calculate standard deviation using this formula STDEV.S but I want a formula to calculate standard deviation when given mean, so that I summaries my data. I want to start presenting my data from mean stage as shown the worksheet attached.

    Thank you.

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Excel formula for standard devation

    but I want a formula to calculate standard deviation when given mean,
    I'm not sure I understand. Are you wanting an Excel formula, or a more generic statistics formula? With my limited knowledge of statistics, I am not aware of any formula or methodology or algorithm that can calculate standard deviation given only the mean. If you can help us understand the statistical formula you want to use, we should be able to help you program that formula into the spreadsheet, but I'm not sure we have the statistical expertise to come up with the statistics formula (which will be needed before we can do the spreadsheet programming).

    Or maybe I am completely misunderstanding what you want to do. In either case, help us understand the calculation you are trying to do, and we should be able to help program that into the spreadsheet.

  5. #5
    Valued Forum Contributor
    Join Date
    07-13-2021
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    513

    Re: Excel formula for standard devation

    @sunboy.... You want the std dev of __what_data__?!

    Do you want the std dev of the 60 numbers in C6:C65?

    Or do you want the std dev of the data corresponding to the mean in each row C6, C7 etc?

    If the latter, we cannot calculate the std dev given only the mean of some data.

    The mathematical formula for the "sample" std dev is:

    SQRT( ( (x1 - u)2 + (x2 - u)2 +...+ (xn - u)2 ) / (n -1) )

    where x1, x2 etc are the individual data, and "u" (Greek mu) is the mean.

    In your case, apparently "n" is 43 (C3). But that is of no use without the data for the purpose of calculating the std dev.
    Last edited by curiouscat408; 04-06-2022 at 02:58 PM.

  6. #6
    Forum Contributor
    Join Date
    07-06-2020
    Location
    zimbabwe
    MS-Off Ver
    Excel 365
    Posts
    470

    Re: Excel formula for standard devation

    Hi

    I get it, thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sometimes when entering standard formula this appears and then Excel freezes..
    By dancneedshelp in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-05-2019, 06:37 AM
  2. Whisker/boxplot chart with standard devation and average?
    By doters in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 08-02-2018, 04:50 PM
  3. [SOLVED] Converting multiple non-standard time formats to one standard?
    By RandyStone in forum Excel General
    Replies: 6
    Last Post: 06-14-2018, 07:40 AM
  4. Formula for three sigma rule of Standard Deviation in excel without graph
    By m.dhanabalan in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-30-2014, 03:04 AM
  5. [SOLVED] Devation from Best fit plane with a set group of x,y with z changing
    By ThadZGrey in forum Excel General
    Replies: 6
    Last Post: 05-07-2012, 04:56 PM
  6. Replies: 7
    Last Post: 10-29-2009, 10:12 AM
  7. feel that the STANDARD DEVIATION formula on Excel is incorrect !!
    By Ganapati Hegde in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-18-2005, 12:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1