Alternative for Indirect Formula

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
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
I have a lot of information in separate sheets, to transfer it all to one sheet would be a bit of a pain.

I'm looking for a formula that does the above but is not so volatile
 
Upvote 0
I have a lot of information in separate sheets, to transfer it all to one sheet would be a bit of a pain.

I'm looking for a formula that does the above but is not so volatile

My reply implies that there isn't any other formula option. I'm not sure whether a VBA approach would perform better. Let's wait and see.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,286
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top