formula

  • Thread starter Thread starter crabt23
  • Start date Start date
C

crabt23

The following code is part of an array formula I have
written: (F1:F25<100). However, I would like a code that
would find data not just <100 but also > 25??
 
=countif(F1:F25>25)-countif(F1:F25>=100)

=sumproduct((F1:F25>25)*(F1:F25<100))
 

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