Count

  • Thread starter Thread starter Flipside
  • Start date Start date
F

Flipside

Hi,

Need some help on COUNT.

Need to count all values which are between 0 & 2 (this is on another
sheet within my spreadsheet called "Data")


Any help would be sweet.

Thanks
 
=COUNTIF(Data!A1:A100>=0)-COUNTIF(Data!A1:A100>2)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Thanks for your reply but it says that there are too few arguements....
Any ideas?
 
Sorry, wrong syntax

=COUNTIF(Data!A1:A100,">=0")-COUNTIF(Data!A1:A100,">2")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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