Help With Standard deviation formula

Joined
Nov 21, 2016
Messages
37
Hi Everyone I really need your help.

I have a Table called TBLSJ :

DateNameJump heightType of jump
01/02/2018Player 154SJ
01/02/2018Player 160Left
01/02/2018Player 153Right
05/07/2018Player 146Left
05/07/2018Player 165Right
05/07/2018Player 148SJ
03/09/2018Player 159right
03/09/2018Player 139SJ
03/09/2018Player 148Left
04/10/2018Player 145Left
04/10/2018Player 150SJ
04/10/2018Player 153Right

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>

I was wondering how could i get the standard deviation of Jump results that are labeled 'SJ'?

Really appreciate any help on this, thank you
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Try:

ABCDEFGHIJ
1DateNameJump heightType of jumpTypePlayerAvgStd. Dev.
21/2/2018Player 154SJSJPlayer 147.756.344289
31/2/2018Player
1
60Left
41/2/2018Player 153Right
55/7/2018Player 146Left
65/7/2018Player 165Right
75/7/2018Player 148SJ
83/9/2018Player 159right
93/9/2018Player 139SJ
103/9/2018Player 148Left
114/10/2018Player 145Left
124/10/2018Player 150SJ
134/10/2018Player 153Right

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet7

Worksheet Formulas
CellFormula
H2=AVERAGEIFS(C:C,B:B,G2,D:D,F2)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Array Formulas
CellFormula
I2{=STDEV.S(IF(B2:B13=G2,IF(D2:D13=F2,C2:C13)))}

<thead>
</thead><tbody>
</tbody>
Ent
ered with Ctrl+Shift+Enter.
If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,518
Messages
6,125,293
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top