View Single Post
  #2   Report Post  
Rowan Drummond
 
Posts: n/a
Default

You can use a sumproduct function:

=SUMPRODUCT(--($A$2:$A$100="A"),--($B$2:$B$100=1),$C$2:$C$100)

and of course you can change the "A" and 1 to reference cells containing
those values.

Hope this helps
Rowan

Bob wrote:
I am trying to sum one column set if it meets the conditions of two other
column sets
Example
Site Level Work Effort
A 1 .2
A 2 .1
A 2 .15
B 2 .6
C 3 .1
In this example I want to sum Work effort for all Level 2s that reside in
Site A. Basically it requires two sets of Range/Criteria in the Sum if
function. Is this possible? I am have trouble trying to include it in the
formula