Counting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having difficulty performing a count. I have a column of values,
which I put into several categories. Say the values range from 0 to 30, and a
category is numbers between 5 and 10. . I want to count the number of times a
value in the column equals a number in a category, say between 5 and 10 for
my example. For example, among the following values (4, 3, 8, 13, 10, 5, 1),
the answer would be 3 (for 8, 10 and 5).
I have tried a number of COUNT and SUM functions to no avail. Most
only give me the opportunity to put a condition of say ">4" but nothing like
"5<=x<=10". I would appreciate any specific help. Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top