Let's say my array of
data = {{x1, y1},{x2,y2},....{xn,yn}}
I want to find the number of elements in my array such that these elements have a yi value with designated bounds. E.g. Find all yi such that 1< yi1, yi2, yi3, ... etc < 2. How do I code this?