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.
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.