Counting

  • Thread starter Thread starter Ravi
  • Start date Start date
R

Ravi

I am trying to count how many times the value in Col A has exceeded the value
in Col B in a given range, How to get this
 
Ravi said:
I am trying to count how many times the value in Col A has exceeded the
value
in Col B in a given range, How to get this

One way (adjust range lenth to suit):
=SUMPRODUCT(--(A1:A999>B1:B999))
 

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