View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Junaid Junaid is offline
external usenet poster
 
Posts: 16
Default Sumproduct function multiple sheets

I have one workbook with several sheets, i want to apply the sumproduct
function.
my file contains 4 week sheets & 1 monthly summary sheet on summary sheet i
want the sum of each product.

A B C D E
1 Name Size Brand Planned Produced
2 XXX 125x24 AAA 10000 8000
3 YYY 125x24 AAA 5000 4500
4 XXX 250x24 BBB 10000 9000

I want to add the planned & Produced columns if the criteria is matched.
range for all sheets is same 25 rows in each sheet.