#SPILL! error with sumifs

gcaporaso

New Member
Joined
Jul 18, 2019
Messages
1
I am using office 365 and when I do a sumifs formula and I reference a entire column for my criteria I get either a zero or a #SPILL ! error. It only works when I reference the specific cell. This used to work in older excel versions. Can I no longer reference a full column for my Criteria?

for example:
Column A - 1
Column B - Dog a Cat in cells with one
D1 = dog
E1 = sumifs(A:A,B:B,D:D) this is an error, but if I change the Criteria to = sumifs(A:A,B:B,D1) it works.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Welcome to the forum.

Your formula creates 1.05 million answers. Notice that the only row in which it can reside is Row1; if you move it to Row2, the computer will bog down for a while and eventually provoke a #SPILL error.

I suspect you are getting a #SPILL error because there are other formulas or non-empty cells below E1.

Just what is your objective? You can't want 1.05 million sums.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,870
Messages
6,122,019
Members
449,060
Latest member
LinusJE

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