I have a data set which I want to group easily into blocks. This is the formula I have:-
=COUNTIFS(Sheet1!I:I,">=0"(or A5),Sheet1!I:I,"<1"(or A6))
I want to keep the range the same and copy the formula down incrementing the blocks each time so it counts 0-1,1-2,2-3 etc., etc.
So the next...