Counting negative & positive numbers

  • Thread starter Thread starter Connie
  • Start date Start date
C

Connie

I need a formula that will give me the total of negative
numbers (any number below zero) in a given column of
numbers, and then another formula giving me the number of
positive numbers (above zero). Zero will not be included
in either formula. Thank you in advance!
 
=SUMIF(Range,"<0")

and

=SUMIF(Range,">0")

or if you by total mean count

=COUNTIF(Range,"<0")

and so on

--

Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 
Thank you. That worked! I recognize your name---you have
helped me a few times. Thank you, Frank, from Connie in
Canada.
 

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