I am attempting to get a formula to count a range if the column next to it has the correct category. for example
DF 1.1
DV 2.1
DF 3.3
DF 1.2
DV 2.1
I want to count how many numbers lay between 1 and 2 in the category DF, and am struggling to get the program to do this. Any help would be appreciated.