Thread: sumif
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
mdbuege mdbuege is offline
external usenet poster
 
Posts: 1
Default sumif

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?