View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Gecko Gecko is offline
external usenet poster
 
Posts: 18
Default sum with 2 conditions

Hi,

I have a worksheet with the deliveries to my customers, and I would like to
make a sum of the deliveries for 1 customer per month, in another sheet.

This is how the columns look like:

month date client volume

I tried with SUMPRODUCT, but this only gives me 0.

Any idea ???