+ Reply to Thread
Results 1 to 2 of 2

Standard Deviation of numbers after a specific row

  1. #1
    Registered User
    Join Date
    03-24-2021
    Location
    Chicago
    MS-Off Ver
    IDK
    Posts
    1

    Angry Standard Deviation of numbers after a specific row

    hello. I have a large data set that is pretty much a list of products, when they started being ordered and how much was ordered. So, as you can see in the picture below, there are a lot of zeroes before the values start. This is because the product was not being ordered. So, what I am trying to do is calculate the std dev of the values after and including the first value >0.

    For example, row 3. I want to calculate the std deviation of Column N-Q. I need the 0 in column Q because the product has begun to be ordered so anything after the first value>0 needs to be included. As you can see, in column R, I was able to use a Match function to pull the location of the first row that has a value>0, but dont know how I can use that to calculate std deviation of all values after that specific row. Please help me

    EXCEL.PNG
    Last edited by gpaletta; 03-24-2021 at 05:35 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Standard Deviation of numbers after a specific row

    Hi,

    You could use an OFFSET() function anchored on column B, and use the MATCH function for the column offset and then for the width use the number pf columns Less the Match value.

    Alternatively an Array formula which excludes the zero values, e.g. =B2:Q2<>0
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ 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. Make standard deviation of a sample IF data is within specific dates
    By oriyuno in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-01-2019, 10:28 AM
  2. Standard Deviation
    By excelnewbie2407 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-03-2017, 10:22 AM
  3. How to get standard deviation of certain range of numbers ?
    By babai97 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-20-2015, 06:29 AM
  4. sum column of numbers that fall within 1 standard deviation of column's mean
    By CFT Brian in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-06-2013, 04:17 PM
  5. 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
  6. Replies: 1
    Last Post: 11-10-2010, 11:34 AM
  7. 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