View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default nesting sumif functions

Give this formula a try...

=SUMPRODUCT(($A$5:$A$63="jones")*($B$5:$B$63="a")* C$5:C$63)

--
Rick (MVP - Excel)


"Macil" wrote in message
...
can I nest a sumif function within a sumif function? i want to sum the
data
with in column c if data in coulmn a ="a" and data in column b="b" Here
is
what I tried to write
=sumif($a$5:$a$63,"jones",sumif($b$5:$b$63,"a",c$5 :c$63) It won't work
and
can not determine where problem is