#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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??



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


All times are GMT +1. The time now is 09:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"