Countifs now triggers a #SPILL! error

raven_squire

Board Regular
Joined
Jan 13, 2013
Messages
99
Hello,

I am using the below formula in a table.

=IF(COUNTIFS(GIS_Points!F3:F742,[Display],GIS_Points!E3:E742,[Location Code])>1,"True","False")

I have successfully used this formula in this way in tables in the past. Today excel is generating a #Spill! error.
A quick google revels that there is a new spill formula that outputs to an undefined amount of rows below the formula. This new spill formula apparently is not compatible with tables.
This is all well and good but I am not using a spill formula an countifs only returns on result.

Does anyone know what is happening?

Thanks
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Ok, I solved this one.
I did not put an @ in from of the cell I was referencing. It should have been
=IF(COUNTIFS(GIS_Points!F3:F742,[@Display],GIS_Points!E3:E742,[@Location Code])>1,"True","False")
 
Upvote 0
Hi Raven! Just curious - why is that @ symbol required?? I'm having some new #Spill! errors myself and figured somethings changed.
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,171
Members
453,021
Latest member
Justyna P

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