Counting + and - Values

  • Thread starter Thread starter RalphSE
  • Start date Start date
R

RalphSE

Hi,

I have a long column of #'s that consist of positive and negative #'s
of differing values. I am looking for a simple formula that will count
the number of #'s that are negative and divide that by the number of
values that are positive. IS there an easy way?

thanks!
 
=COUNTIF(A1:A7,"<0")/COUNTIF(A1:A7,">0")

This excludes zeros.

HTH

Steve
 

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