SUMPRODUCT Formula doesn't work past some rows

NikToo

Board Regular
Joined
Sep 24, 2015
Messages
66
Office Version
  1. 365
I'm having real issues with a SUMPRODUCT formula. It works with 2000 rows, but not 3000. It's really weird.

Excel Formula:
=SUMPRODUCT(('Lead Sales Data'!$E$4:$E$3000=B29)*('Lead Sales Data'!$Q$1:$NO$1=L$4)*'Lead Sales Data'!$Q$4:$NO$3000)

Criteria 1 is in B29, the second criteria L4 has week numbers which repeat in the data as the data is split by day. So it needs to add up several columns with the same header.

And it works for 2000 rows, but conks out at 3000. Why would that be?
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
What exactly does "conks out" mean?

Also, are there multiple rows that match the criteria in column B, or just one?
 
Upvote 0
Gives a #N/A in the cell.

And yes, there are many occurrences of the criteria in B29.
 
Upvote 0
Are you sure there aren't any #N/A errors in the data in rows 2000-3000? Your formula works in 2016.
 
Upvote 0
Solution
There was a #N/A hiding in there. Which is weird because there shouldn't be, but that's another headache. Thanks. Weird that it makes it break. But thanks again.
 
Upvote 0

Forum statistics

Threads
1,215,577
Messages
6,125,637
Members
449,242
Latest member
Mari_mariou

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