Hello,
I'm working on a relative big file, almost 14,000 cells which all of'em contain sumproduct...
As you would expect, its very slow. I would like to know if there's an alternative to sumproduct for this particulare case...
This is my formula:
=SUMPRODUCT(SUMIF(Finanzas!$G$3:$G$20000,CONCATENATE('Importe T. x Área'!$O5:$S5,"-",'Importe T. x Área'!W$3),Finanzas!$O$3:$O$8706))
Finanzas!$G$3:$G$20000 - Criteria Range
CONCATENATE('Importe T. x Área'!$O5:$S5,"-",'Importe T. x Área'!W$3) - Criteria (Array)
Finanzas!$O$3:$O$8706 - SumRange
Thanks for the help!
I'm working on a relative big file, almost 14,000 cells which all of'em contain sumproduct...
As you would expect, its very slow. I would like to know if there's an alternative to sumproduct for this particulare case...

This is my formula:
=SUMPRODUCT(SUMIF(Finanzas!$G$3:$G$20000,CONCATENATE('Importe T. x Área'!$O5:$S5,"-",'Importe T. x Área'!W$3),Finanzas!$O$3:$O$8706))
Finanzas!$G$3:$G$20000 - Criteria Range
CONCATENATE('Importe T. x Área'!$O5:$S5,"-",'Importe T. x Área'!W$3) - Criteria (Array)
Finanzas!$O$3:$O$8706 - SumRange
Thanks for the help!