STDEV with multiple ifs

Szaboteur

New Member
Joined
May 7, 2016
Messages
13
Hello guys,

Can someone help me with this, please?


The average function works well but... can STDEV accomplish all the ifs in one single formule like the mean does?
I mean the scenarios I, II, III.
IIIIII
Rater 1440
Rater 20 0
IFERROR(AVERAGEIF(K4:K5,"<>0",K4:K5),"")Mean44
Std Dev???

<colgroup><col span="9"></colgroup><tbody>
</tbody>

This is how i would like to work like:

Give me a standard deviation value even if there is one rater (case II - which is always 0; more exactly the value divided by 0 should the function understand because there's no standard deviation), two raters (case I - which should output 0 standard deviation because in this case 0 has no numerical sens, there remains only one rater who is taken as a rater; 0 value means in fact that the responded gave a "rank" of cannot judge) and case III where there should output no value at all.

Is that possible or should i manully count that difference everytime?

Thanks, even for the thought provoking suggestions.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi,

With an array function confirmed with simultaneously Control Shift Enter keys ...

=STDEV(IF(your test))

HTH
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,895
Members
449,097
Latest member
dbomb1414

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