ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Standard deviation of data in a range matching condition (https://www.excelbanter.com/excel-worksheet-functions/454194-standard-deviation-data-range-matching-condition.html)

Ron George

Standard deviation of data in a range matching condition
 
Hi

I have my excel dataset arranged as follows :

K T
APPLE .....
ORANGE .....
APPLE .....
ORANGE .....


In Column K, I have fruit data which is either APPLE or ORANGE.

In Column T, I have corresponding numerical values.

Each row has apple followed by orange data successively.

Rows of data are added each day.

In column W, I'm trying to compute the standard deviation of the last 7 days worth of numerical values but for specific fruit in the samw row of column K.

So if the fruit in K20 is Apple, W20 must calculate standard deviation of the past 7 numerical values of just apples. In K21, the same computation is done for Orange.

How do I solve this with a simple line of code?

I have tried the following :

The code I have in row W557 is :

{=IF($K543:$K556=K543,STDEV.S($T543:$T556))}

This is not giving me correct values of standard deviation.

What am I missing?

Thanks a lot for your help.

Stunn[_2_]

Standard deviation of data in a range matching condition
 
Hi Ron, you were close!

{=STDEV.S(IF($K543:$K556=K543,$T543:$T556))}

Raney

Quote:

Originally Posted by Stunn[_2_] (Post 1630998)
Hi Ron, you so right about these quality anti snoring devices and were close!

{=STDEV.S(IF($K543:$K556=K543,$T543:$T556))}

What's the difference between these two lines specifically? What made your line work, Stunn?


All times are GMT +1. The time now is 09:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com