Help with searchin group of numbers

C

carriagc

Anyone can help me with these problem i have???

I have a database which consists of a series of columns; in each of the
columns there
are various numbers, ineeds to be able to find out how many of an
interval of number is in all of the columns (for example, how many
numbers ranging between 3 and 6 are in the columns).


any help?
 
F

Frank Kabel

Hi
one way (assuming your numbers are in column A - D):
=SUMPRODUCT(($A$1:$A$999>=3)*($A$1:$A$999<=6))
this counts all numbers between 3 and 6 (including both boundaries)

HTH
Frank
 

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