• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to calculate standard dev/mean/mode within IF function

Gaby_222

New Member
As you can see in the photos, I have 4 TAs imputing percentage marks for 3 essays, attendance, and participation. I am trying to figure out an equation to calculate the standard deviation, mean, and mode of each TA's marking for each section of the course.

I have gotten as far as deciding I need to use an IF function, and starting with =IF(D2:D65535="A") - as in, if the TA column says A (as in, it is TA 'A'). But how do I make it calculate the mean, standard dev and mode for only TA A's marks in column G (essay 1), and then column I (essay 2), K (essay 3), etc?Screen Shot 2016-08-10 at 11.54.50 AM.png Screen Shot 2016-08-10 at 11.55.16 AM.png
 
=stdev/or any formula (if((range1=criteria1)* (range1=criteria1) ,output column))

with ctrl+sft+enter (array formula)

you can add n numb




As you can see in the photos, I have 4 TAs imputing percentage marks for 3 essays, attendance, and participation. I am trying to figure out an equation to calculate the standard deviation, mean, and mode of each TA's marking for each section of the course.

I have gotten as far as deciding I need to use an IF function, and starting with =IF(D2:D65535="A") - as in, if the TA column says A (as in, it is TA 'A'). But how do I make it calculate the mean, standard dev and mode for only TA A's marks in column G (essay 1), and then column I (essay 2), K (essay 3), etc?View attachment 33505 View attachment 33506
 
Back
Top