+ Reply to Thread
Results 1 to 4 of 4

Standard Deviation forumula: More than 30 values?

Hybrid View

  1. #1
    Registered User
    Join Date
    08-24-2006
    Posts
    5

    Standard Deviation forumula: More than 30 values?

    I'm trying to create a standard deviation formula based on 52 values. Unfortunately though, excel only accepts 30. Here's my formula:

    STDEV(S7,U7,W7,Y7,AA7,AC7,AE7,AG7,AI7,AK7,AM7,AO7,AQ7,AS7,AU7,AW7,AY7,BA7,BC7,BE7,BG7,BI7,BK7,BM7,BO7,BQ7,BS7,BU7,BW7,BY7, CA7, CC7, CF7, CH7)

    Excel then throws the "You've entered too many arguments for this function" error.

    Does anyone know how I could set this up so I can use more than 30 values for this standard deviation?

    Thanks.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Standard Deviation forumula: More than 30 values?

    You don't specify the complete range you require but in basic terms you can use an Array

    =STDEVA(IF(ISNUMBER(S7:DY7)*MOD(COLUMNS(S7:DY7),2),S7:DY7))
    confirmed with CTRL + SHIFT + ENTER
    Last edited by DonkeyOte; 12-15-2009 at 05:44 PM. Reason: revised to STDEVA... not sure if req. or not by OP

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Standard Deviation formula: More than 30 values?

    Another possibility (requires more manual work); select your cells by holding down the control key and clicking on them. Then in the name box (where the cell id is located), type in a name (e.g. test) and enter.
    Then the formula is STDEV(test)
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Standard Deviation forumula: More than 30 values?

    Create named ranges for sets of thirty cells and used the named range as the argument instead of the cell. You can then have 900 samples.

    =STDEV(named_rng1,named_rng2,named_rng3, etc.)
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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