Problem with COUNTIF

Pauljj

Well-known Member
Joined
Mar 28, 2004
Messages
2,047
Morning all, am using a formula which I've used countless times, nothing complicated with it at all but seems to have found a new problem

=COUNTIF(I3,$I$3:I4)

I have just over 9000 rows and was copying the above formula down

As soon as I do that I get a SPILL! error, never seen that before, read a few articles and perhaps wrongly thought that by prefixing it with a '@' might solve the problem...well it sort of did, the error disappeared but a quick cursory check and where I would have expected on one cell for the result to say 2 it only says 1...which makes me think the formula is now not quite working as expected

Any ideas
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
You have the arguments the wrong way around. Try
=COUNTIF($I$3:I4,I3)
 
Upvote 0

Forum statistics

Threads
1,214,879
Messages
6,122,065
Members
449,064
Latest member
scottdog129

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