SumProduct works but locks my laptop, need something less memory intensive

lost_in_the_sauce

Board Regular
Joined
Jan 18, 2021
Messages
128
Office Version
  1. 365
Platform
  1. Windows
FYI It's a Lenovo with a 1.8Ghz i7 and 16 GB Ram.

Consolidating numbers on sheet 1 from sheets 3-5 using sheet 2 as a map so I can just dump new data to sheets 3-5 as it is delivered.

Sheet 2 has about 400 account names in column A that correspond to categories in column A on sheets 3-5
Sheet 2 has a data validation list drop down in column C of about 15 rollups so every account on column A can be assigned a rollup.

This is the formula I'm using just to sum one month's worth of data to sheet one and it absolutely locks my laptop:

=sumproduct(sumifs('sheet 3'!B:B,'sheet 3'!$A:$A,'sheet 2!$A:$S,'sheet 2'!$C:$C,'sheet 1'!$B3))

It works, it sums column B if whatever is in column A has the right rollup next to it on sheet 2, but it stops everything. And I haven't even copied into the other cells or had it look at sheets 4 or 5 yet. Am I putting too much calculation requirement on sumproduct?


New work laptop so I'll have to ask IT if I can install XL2BB, it won't be today, still waiting on software I need to do my job basics 😂
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Do not use whole column references. Limit the ranges to something sensible.
 
Upvote 0
Try changing the ranges so you aren't referencing entire columns, even if it is something like A1:A200000
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,975
Members
449,095
Latest member
Mr Hughes

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