View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Counting Numbers

=COUNTIF(A1:E1,"10")-COUNTIF(A1:E1,"20")
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Buffalo" wrote:

I have a list of numbers I want to know how many fall into a certain range.
Is there a way to count them?

EX:

A 12
B 15
C 16
D 2
E 100

now I would like to know how many fall between 10 and 20, is there a
function? something like =countif(A1:E1, 1020) just an example! thanks