Arrray vs Sumproduct

MetLife

Active Member
Joined
Jul 2, 2012
Messages
283
Hi,

I got a spreadsheet that was created about 1 year ago and notice it uses a lot of arrays.

={Sum(O6:O156:AB6:AB156) + AM$7$}

When it could use

=Sumproduct(O6:O156,AB6:AB156) + AM$7$

Other then being confusing and less transparent, are arrays slower then sumproduct in this example above? I noticed the spreadsheet extremely slow.

Thanks
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
As far as I know the order of efficiency best to worst is:

1. Conditional Functions e.g. SUMIF, COUNTIF, SUMIFS, COUNTIFS
2. Sumproduct
3. Array Formula

There may be exceptions to this rule though I would guess.

Dom
 
Upvote 0
Leaving aside the many errors in your SUM formula, as this is just a straight use of SUMPRODUCT, that is not adding any conditional tests within it, I would expect SUMPRODUCT to easily out-perform the array SUM.
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,042
Members
448,940
Latest member
mdusw

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