=SUMPRODUCT(--(LinenData!D$2:D$2500=Totals!N$1)*(LinenData!C$2:C$2500=Totals!$A3),LinenData!G$2:G$2500) Cell A1
=SUMPRODUCT((LinenData!D$2:D$2030=Totals!N$1)*(LinenData!C$2:C$2030=Totals!$A3),LinenData!H$2:H$2030) Cell B1
Is here is my dilemma! The two formulas are in their respective cells listed above. I need to change the formula in B1 to reflect =SUMPRODUCT((LinenData!D$2:D$2500=Totals!N$1)*(LinenData!C$2:C$2500=Totals!$A3),LinenData!H$2:H$2500) the cell address then I need to copy it down to the next 25 rows which I can do, problem rest when I try to copy the formulas across the worksheet because it changes the data. Is there a way to copy these formulas faster than to have to manually go in and change them.
So then C1 would have =SUMPRODUCT(--(LinenData!D$2:D$2500=Totals!P$1)*(LinenData!C$2:C$2500=Totals!$A$3),LinenData!G$2:G$2500) and D1 would have =SUMPRODUCT((LinenData!D$2:D$2500=Totals!P$1)*(LinenData!C$2:C$2500=Totals!$A3),LinenData!H$2:H$2500) then all the way across the worksheet it would continue to increment the cell location in the formula by every other cell (Totals!P$1)
Hope this makes sense??
LeapingLizard
Bookmarks