ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   formula (https://www.excelbanter.com/excel-programming/306586-formula.html)

crabt23

formula
 
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??

Tom Ogilvy

formula
 
=countif(F1:F2525)-countif(F1:F25=100)

=sumproduct((F1:F2525)*(F1:F25<100))


--
Regards,
Tom Ogilvy

"crabt23" wrote in message
...
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??





All times are GMT +1. The time now is 02:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com