SumIF using two criteria

  • Thread starter Thread starter moe9414
  • Start date Start date
M

moe9414

I have a sumif question. I have several columns of data. I want to sum one
column based on another column's criteria but only to want to sum the data of
the first column if it is above a certain score. This is formula i am using
so far
=SUMIF(F4:F253,">207",D4:D253). I am trying to sum range 'F' if it is
greater than 207 but only if the corresponding number in range 'D' is 3. I
have tried using several different methods but this one gets me the closest.
I am trying to simplify my equations alread in place so i do not have to
reenter the row numbers each time. Any help would be greatly appreciated.
Thanks!!
 
Thanks Valko! - This one worked. Two more questions for you however, first
what does the '--' in the formula mean/do? And secondly I have the sum, now
I have to do a percentage from this. How do I/do I use the countif
expression to find the total number of scores above 207 rather than the total
of the scores this time? (i.e. there were 25 scores above 207 if the first
column was 3, just like below but instead of the sum i need the count)
I have the second part (denominator) of this part of particular equation
finished but I need the numerator. Thanks for the support!!
 
Again, thanks Valko,
I believe i have figured it out. I used the formula below but instead of
adding the third array, i simply removed it and was left with just the count.
i then divided by the number of '3's and was able to get my percentage.
This is wonderful knowledge to take with me into the future!
 
Back
Top