CountIf / SumIf or other..

J

jfj3rd

Hi everyone.

I have columns of numbers.

1
1


7
2
1


1
1
3
5
1


1
1
1


1
2

The spaces represent spacers between clients.

What I'd like to do is find out how many #1's there are, how many are
under 10, how many are under 20 and how many are under 30.

Using CountIf(Range, "<1") works until it finds 11 or any numeral with
a 1 in it. I come across this problem and not sure how to tell CountIf
if it finds 1 by itself THEN count. If not then don't count.

SumIf gives me the grievance of adding the numbers together that are
all under 10, 20 or 30. I don't want this though.

Can anyone help me with this? Any other operation I can use?

Help would be APPRECIATED!
 

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

Top