Hello, I'm new here and I know there are dozens of analogous threads around, but I still seem to struggle with this very basic concept. So, sorry in advance!
So, I'm implementing a COUNTIF function to count the number of occurrences of a single word every 200 rows starting from row number 2. This is the formula I use:
=COUNTIF(I2:I1201,"star.png")
Ideally, I want to be able to drag the function down to create a column of numbers that will give the results similar to typing
=COUNTIF(I2:I201,"star.png")
=COUNTIF(I202:I401,"star.png")
=COUNTIF(I402:I601,"star.png")
=COUNTIF(I602:I801,"star.png")
=COUNTIF(I802:I1001,"star.png")
and so on..
I believe there should be a very quick fix to this problem, but I can't seem to figure it out.
Thanks in advance!
Bookmarks