D
diaare
I have a worksheet filled with formulas similiar to this one:
=IF(SUMPRODUCT((ProductionDate=G$3)*(LineID=$D5)*(QtyProduced))=0,1E-50,(SUMPRODUCT((ProductionDate=G$3)*(LineID=$D5)*(QtyProduced))))
Where ProductionDate, LineID, and QtyProduced are neamed ranges on a
different tab of the same workbook.
If is very very slow to calculate.
Does anyone have a suggestion on how to speed things up?
Thanks,
Diane
=IF(SUMPRODUCT((ProductionDate=G$3)*(LineID=$D5)*(QtyProduced))=0,1E-50,(SUMPRODUCT((ProductionDate=G$3)*(LineID=$D5)*(QtyProduced))))
Where ProductionDate, LineID, and QtyProduced are neamed ranges on a
different tab of the same workbook.
If is very very slow to calculate.
Does anyone have a suggestion on how to speed things up?
Thanks,
Diane