Formula to count

  • Thread starter Thread starter computexcel
  • Start date Start date
C

computexcel

A1 to A255 has numbers.
I'like to have in A256 the total of number over 65 in that range.
NOT SUM, but how many numbers are over 65.
Thanks for your patience.
 
computexcel said:
A1 to A255 has numbers.
I'like to have in A256 the total of number over 65 in that range.
NOT SUM, but how many numbers are over 65.
Thanks for your patience.
 
Hi, tradesman, thanks for trying, but for some reason I can not see any text
in your answer, if you kindly could repeat it. Thanks.
 
Use this formula
=COUNTIF(A1:A255,">65")

computexcel said:
Hi, tradesman, thanks for trying, but for some reason I can not see any text
in your answer, if you kindly could repeat it. Thanks.
 
Hello my VISTA friend.
I figured it out this formula but without the quotation mark in it.
Thanks again for rescueing me.
 
:-)

Hope we will be Excel 2007 friends soon...

computexcel said:
Hello my VISTA friend.
I figured it out this formula but without the quotation mark in it.
Thanks again for rescueing me.
 

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

Similar Threads


Back
Top