So I'm trying to count how many numbers in a given range are less than one and get it to return in the first cell, and how many numbers in the same range are less than two to be displayed in the next cell for around 90 cells. How can I do this? Normally, I just click and drag but it's not working this time...

This is the closest I'm getting.

=COUNTIF($A$2:$A$89, "<3")

But what I want is the 3 to change for every cell. Any suggestions?