+ Reply to Thread
Results 1 to 10 of 10

How to get standard deviation of certain range of numbers ?

  1. #1
    Registered User
    Join Date
    11-11-2014
    Location
    kolkata
    MS-Off Ver
    2010
    Posts
    8

    How to get standard deviation of certain range of numbers ?

    suppose I have a list of numbers starting from 0.1 to 378 and it contains almost 1179 numbers . I want to get the standard deviation of the numbers upto 13 . How can I get this without filtering and using functions ? I am attaching a file which have this series of values. Please help me with a function that can be used to get the average of certain range i.e upto 13 .
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,615

    Re: How to get standard deviation of certain range of numbers ?

    Formula is
    Please Login or Register  to view this content.
    ARRAY formula is used

    To enter ARRAY formula
    Paste the formula
    Press F2
    Press Ctrl+Shift+Enter keys together.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: How to get standard deviation of certain range of numbers ?

    Check with this:

    Please Login or Register  to view this content.
    Quang PT

  4. #4
    Registered User
    Join Date
    11-11-2014
    Location
    kolkata
    MS-Off Ver
    2010
    Posts
    8

    Re: How to get standard deviation of certain range of numbers ?

    But I want to get the standard deviation value of the numbers which are less than or equal to 13 in the excel sheet

  5. #5
    Registered User
    Join Date
    11-11-2014
    Location
    kolkata
    MS-Off Ver
    2010
    Posts
    8

    Re: How to get standard deviation of certain range of numbers ?

    If I filter the values which are equal to ar less than 13 , and apply STDEVA then it comes 2.96 which are not maching with th evalue obtained from above equations

  6. #6
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: How to get standard deviation of certain range of numbers ?

    So you wish "<=13" is appllied for numbers in column A, right?

    What if:
    A1=1
    A2=2
    A3=5
    A4=14
    A5=6
    Without the criteria "<=13",the deviation should be: A5:A2-A4:A1 = {-8;9;3;1}
    With the critea "<=13", what the desired out put should be?

  7. #7
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: How to get standard deviation of certain range of numbers ?

    Basically you want standard deviation only of Numbers that are less than 13 and the Standard Dev should ignore any number grater than or equal to 13? Is that right?
    Cheers!
    Deep Dave

  8. #8
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: How to get standard deviation of certain range of numbers ?

    Here -

    Please Login or Register  to view this content.
    This returns 2.96

    Commit using Ctrl+Shift+Enter

    The Function STDEV.P is for Population and STDEV.S is for Sample.. Use as required..

    However, the Aggregate function will only work in Excel 2010 & further.. Wont work in Excel 2007

    Cheers!
    Last edited by NeedForExcel; 03-20-2015 at 02:28 AM.

  9. #9
    Registered User
    Join Date
    11-11-2014
    Location
    kolkata
    MS-Off Ver
    2010
    Posts
    8

    Re: How to get standard deviation of certain range of numbers ?

    YES @msexcelathome

  10. #10
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: How to get standard deviation of certain range of numbers ?

    Did it work as required?

+ 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. Random Numbers in a certain mean and standard deviation
    By TheCase in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 03-23-2013, 05:37 AM
  2. Getting the standard deviation of a range after using TRIMMEAN
    By timvdbekerom in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-01-2012, 09:52 AM
  3. Replies: 1
    Last Post: 11-10-2010, 11:34 AM
  4. Standard Deviation of Dynamic Range
    By maani in forum Excel General
    Replies: 2
    Last Post: 08-10-2009, 07:44 AM
  5. how to calculate Standard deviation of product of numbers?
    By Mridull Putatunda in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-04-2005, 05:05 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