Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
MusicTeacher
 
Posts: n/a
Default How do you do a SUMIF function with 2 different conditions?

I am trying to customize my gradebook and found a hurdle I can't seem to
jump. In daily grades, students are evaluated in up to 19 catagories -
Column A (welcome to modern education). I need to be able to adjust the
points possible - Column B-for each child - Columns C and up - if they are
absent for an activity. What I would like the function to do is something
along the lines of .... if C6:C265="A" and if A6:A265="Vocal Production" then
Sum B6:B265. I would then take that result and subtract it from the points
possible in "Vocal Production" before the student's grade is calculated.
What are the right words to make it work? Or do I need to approach it from a
completely different direction?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way

=SUMPRODUCT(--(C6:C265="A"),--(A6:A265="Vocal Production"),B6:B265)

you would be well advised to change the hard coded criteria like "A" and
"Vocal Production"
to cell references where you can change the criteria without editing the
formula

--
Regards,

Peo Sjoblom

(No private emails please)


"MusicTeacher" wrote in message
...
I am trying to customize my gradebook and found a hurdle I can't seem to
jump. In daily grades, students are evaluated in up to 19 catagories -
Column A (welcome to modern education). I need to be able to adjust the
points possible - Column B-for each child - Columns C and up - if they
are
absent for an activity. What I would like the function to do is something
along the lines of .... if C6:C265="A" and if A6:A265="Vocal Production"
then
Sum B6:B265. I would then take that result and subtract it from the
points
possible in "Vocal Production" before the student's grade is calculated.
What are the right words to make it work? Or do I need to approach it
from a
completely different direction?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sumif function with a difference ozcank Excel Worksheet Functions 6 July 22nd 05 02:45 PM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
SUMIF function yak10 Excel Worksheet Functions 0 February 12th 05 05:12 PM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM
how do you do a sumif function on more than one worksheet? BMWPRO Excel Worksheet Functions 1 December 6th 04 08:26 PM


All times are GMT +1. The time now is 01:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"