RadheyaMansel
New Member
- Joined
- Oct 25, 2017
- Messages
- 6
Hi,
I'm building a stock management system, and I need a formula that looks through a range of codes on each worksheet in a workbook. It adds the number in a specified column on the same row, and brings the sum of these numbers back to a summary page. Basically it adds up total usage of each type of ingredient. I have this formula, and it works really really well:
=SUMPRODUCT(SUMIF(INDIRECT("'"&ShtLst&"'!C20:C65"),$AM48,INDIRECT("'"&ShtLst&"'!V20:V65")))
...Only problem being that it slows excel down to a crawl when used frequently.
Would anyone have an alternative to this formula that doesn't make excel so slow?
Thanks guys,
Radheya
I'm building a stock management system, and I need a formula that looks through a range of codes on each worksheet in a workbook. It adds the number in a specified column on the same row, and brings the sum of these numbers back to a summary page. Basically it adds up total usage of each type of ingredient. I have this formula, and it works really really well:
=SUMPRODUCT(SUMIF(INDIRECT("'"&ShtLst&"'!C20:C65"),$AM48,INDIRECT("'"&ShtLst&"'!V20:V65")))
...Only problem being that it slows excel down to a crawl when used frequently.
Would anyone have an alternative to this formula that doesn't make excel so slow?
Thanks guys,
Radheya