+ Reply to Thread
Results 1 to 2 of 2

Altering my formula for stdev

  1. #1
    Forum Contributor
    Join Date
    02-13-2013
    Location
    Columbia, SC
    MS-Off Ver
    Excel 2010
    Posts
    217

    Altering my formula for stdev

    Hello,

    I have this formula, which works for averaging the values that I want:

    Please Login or Register  to view this content.
    But now that I have the average of the numbers, I would like the stdev. How can I alter the averageif to be a stdev (if)?

    Thanks

  2. #2
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Altering my formula for stdev

    Quote Originally Posted by bjcowen9000 View Post
    I have this formula [...]:
    =AVERAGEIF($A$1:$A$5913,"="&H2,$B$1:$B$5913)
    But now that I have the average of the numbers, I would like the stdev.
    { =STDEV(IF($A$1:$A$5913=H2,$B$1:$B$5913)) }

    Formulas displayed with curly brackets {...} are array-entered, to wit: type the formulas without the curly brackets, then press ctrl+shift+Enter instead of just Enter. Excel displays the curly brackets in the Formula Bar to indicate that the formula is array-entered.

    Use STDEVP instead of STDEV if the values in B1:B5913 represent all of your data, not a sampling, and you are not trying to estimate the std dev of a larger set of data.

+ 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. [SOLVED] Help with STDEV IF formula
    By El Ruck in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-04-2014, 04:03 PM
  2. [SOLVED] Altering Parameters for IF Formula
    By quibilty in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-31-2014, 03:48 AM
  3. Non Array QUARTILE and STDEV IF Formula
    By Maxpower33 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-28-2013, 08:15 AM
  4. Altering formula for errors
    By pctuk in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-05-2010, 08:16 AM
  5. Altering VLookup Formula
    By addie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-15-2006, 09:10 PM
  6. Formula keeps altering by itself!
    By Julie P. in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-02-2005, 07:06 AM
  7. Replies: 0
    Last Post: 02-01-2005, 12:02 PM

Tags for this Thread

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