View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bobito
 
Posts: n/a
Default How to nest functions with SUMIF function in excel

I am trying to use 2 variables with the SUMIF function. ie:-
sumif(<range1,<criteria1)(<range2,<criteria2), <sum_range
So far, I cannot find out if this is possible. Has anyone tried and managed
to do this successfully?

I thought maybe that the AND function has to be used ... for example:-
Sumif(AND(A:A,"Car"(B:B,"Red",C:C))) - but with this example, I get the
error message:- "You've entered too few arguments etc "