Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How to use "count if" with criteria within a cell?

How do I use the count if function with the criteria being or < (greater
than or less than) within defined cell that has a single numerical value?

Count if with or < when it has a typed in number works fine. I cant seem
to get it to work when I specify a particular cell.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default How to use "count if" with criteria within a cell?

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

will count all items between and including 11-20

--
__________________________________
HTH

Bob

"Kim SACS" <Kim wrote in message
...
How do I use the count if function with the criteria being or < (greater
than or less than) within defined cell that has a single numerical value?

Count if with or < when it has a typed in number works fine. I cant seem
to get it to work when I specify a particular cell.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to use "count if" with criteria within a cell?

Maybe...

=countif(a1:a10,""&B1)



Kim SACS wrote:

How do I use the count if function with the criteria being or < (greater
than or less than) within defined cell that has a single numerical value?

Count if with or < when it has a typed in number works fine. I cant seem
to get it to work when I specify a particular cell.


--

Dave Peterson
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
How to show "yes" or "No" in a cell if certain criteria is met? Bojan New Users to Excel 3 September 28th 08 10:36 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Count occurences from one worksheet to another with "IF" Criteria jeannie v Excel Worksheet Functions 4 January 13th 08 07:16 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM


All times are GMT +1. The time now is 01:40 PM.

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"