I have a range called SCORES, with numeric values 0 to 100.
I want to see how many scores are between (inclusive) let's say 70 and 79. And basically every other range of possibilities in 10 point increments. So I thought I'd use column D for the minimum point of any given range, and column E for the maximum. So D10 = 70 and E10 = 79.
Then I wanted a formula in F10 like COUNTIF (D10<=SCORES<=F10),
but this does not work. I know I could kludge something like count all scores greater than the minimum and then subtract the values of all higher rows, but a nice BETWEEN syntax would make me happier. Any ideas?
TIA Mike
I want to see how many scores are between (inclusive) let's say 70 and 79. And basically every other range of possibilities in 10 point increments. So I thought I'd use column D for the minimum point of any given range, and column E for the maximum. So D10 = 70 and E10 = 79.
Then I wanted a formula in F10 like COUNTIF (D10<=SCORES<=F10),
but this does not work. I know I could kludge something like count all scores greater than the minimum and then subtract the values of all higher rows, but a nice BETWEEN syntax would make me happier. Any ideas?
TIA Mike