Thread: sumif
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default sumif

Try changing * to +
--
David Biddulph

"mdbuege" wrote in message
...
before i have used the {sum(if(a=b)*(c=d),a:z,false)}

I know the formula says if a=b AND c=d then sum a:z

Is it possible to do a=b OR c=d then sum a:z?