devinda0007
New Member
- Joined
- Jun 30, 2022
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
Dear Experts,
I hope I can get some help here. I have an excel file with hundreds of random values in a column (Column B, starting from Row2). What I am trying to achieve is to calculate standard deviation of every 10 consecutive rows (Example: Row#2 to Row#11, Row#3 to Row#12, Row#4 to Row#13 etc...) and output the standard deviation value in Column C (Example: Standard deviation for B2:B11 will be on Cell C2, Standard Deviation for B3:B12 will be on Cell C3 etc... And output the minimum standard deviation among all the standard deviation values into Cell E1 and get the corresponding starting and ending positions into Cells E2 and E3 respectively. This is to identify the range of minimum standard deviation among the large amount of values. Example of what I am highlighting above is shown below;
(Yellow highlighted is the minimum standard deviation)
Note that this is just an example with only 30 rows. The standard worksheet has values span over 1000 rows. So ideally, the calculation needs to happen until the last 10-rows standard deviation, which in this example is (B22:B31).
Any help, advice is immensely appreciated..
Many Thanks
Dev
I hope I can get some help here. I have an excel file with hundreds of random values in a column (Column B, starting from Row2). What I am trying to achieve is to calculate standard deviation of every 10 consecutive rows (Example: Row#2 to Row#11, Row#3 to Row#12, Row#4 to Row#13 etc...) and output the standard deviation value in Column C (Example: Standard deviation for B2:B11 will be on Cell C2, Standard Deviation for B3:B12 will be on Cell C3 etc... And output the minimum standard deviation among all the standard deviation values into Cell E1 and get the corresponding starting and ending positions into Cells E2 and E3 respectively. This is to identify the range of minimum standard deviation among the large amount of values. Example of what I am highlighting above is shown below;
(Yellow highlighted is the minimum standard deviation)
Note that this is just an example with only 30 rows. The standard worksheet has values span over 1000 rows. So ideally, the calculation needs to happen until the last 10-rows standard deviation, which in this example is (B22:B31).
Any help, advice is immensely appreciated..
Many Thanks
Dev