Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 390
Default Countif number between x and y

Have a column of figures and want to countif the value in cell falls between
x or y
That is countif(e:e, 5 or <10)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Countif number between x and y

Hi Bill

Try

=COUNTIF(A:A,"5")-COUNTIF(A:A,"=10")

OR

=SUMPRODUCT((A1:A1005)*(A1:A100<10))


--
Jacob (MVP - Excel)


"Bill" wrote:

Have a column of figures and want to countif the value in cell falls between
x or y
That is countif(e:e, 5 or <10)

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
COUNTIF SPECIAL NUMBER Aron Excel Discussion (Misc queries) 2 May 29th 08 09:14 PM
COUNTIF across a number of worksheets Rup1776 Excel Worksheet Functions 1 September 13th 06 10:41 AM
countif formula to find the occurances of a number that is greater than one number but less than another steveo Excel Discussion (Misc queries) 3 July 8th 06 02:04 AM
Countif to always get a positive number OrlandoFreeman Excel Discussion (Misc queries) 2 July 1st 06 03:27 PM
Countif using Wildcard * and number 1 southdaytona Excel Worksheet Functions 4 November 3rd 05 05:41 PM


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

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

About Us

"It's about Microsoft Excel"