Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Count/if/and function?

I would like to count how many cells only IF they contain a value
greater than 1. Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Count/if/and function?

=COUNT(A1:A123,"1")

Adjust range to suit.


Gord Dibben MS Excel MVP

On Tue, 25 Mar 2008 12:43:22 -0700 (PDT), tonyalt3 wrote:

I would like to count how many cells only IF they contain a value
greater than 1. Is this possible?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Count/if/and function?

If your cells are in column A, then try this:

=COUNTIF(A:A,"1")

Hope this helps.

Pete

On Mar 25, 7:43*pm, tonyalt3 wrote:
I would like to count how many cells only IF they contain a value
greater than 1. *Is this possible?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default Count/if/and function?

=SUM(IF((ISNUMBER(A1:A10)*(A1:A101),1,0)

insert with Ctrl+Shift+Enter
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Count/if/and function?

On Mar 25, 3:00*pm, Pete_UK wrote:
If your cells are in column A, then try this:

=COUNTIF(A:A,"1")

Hope this helps.

Pete

On Mar 25, 7:43*pm, tonyalt3 wrote:



I would like to count how many cells only IF they contain a value
greater than 1. *Is this possible?- Hide quoted text -


- Show quoted text -


Thanks Pete, but I need to make sure it does NOT count any cells w/
zeros in it. This seems to still count them. Any other suggestions?


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Count/if/and function?

On Mar 25, 2:58*pm, Gord Dibben <gorddibbATshawDOTca wrote:
=COUNT(A1:A123,"1")

Adjust range to suit.

Gord Dibben *MS Excel MVP



On Tue, 25 Mar 2008 12:43:22 -0700 (PDT), tonyalt3 wrote:
I would like to count how many cells only IF they contain a value
greater than 1. *Is this possible?- Hide quoted text -


- Show quoted text -


Gord,
This is still counting cells w/zeros in it, any other thoughts?
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Count/if/and function?

I would like to count how many cells only IF they contain a value
greater than 1. Is this possible?- Hide quoted text -


- Show quoted text -


If your cells are in column A, then try this:

=COUNTIF(A:A,"1")

Hope this helps.


Thanks Pete, but I need to make sure it does NOT count any cells w/
zeros in it. This seems to still count them. Any other suggestions?


Did you try it? It works fine on my system.

Note, Pete is suggesting COUNTIF, not COUNT.

Rick
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
Count IF Function Manos Excel Worksheet Functions 7 March 5th 08 01:53 PM
COUNT Function Richard New Users to Excel 3 March 12th 07 04:38 PM
Count Function PABHL Excel Discussion (Misc queries) 6 June 8th 06 07:08 PM
Count Function MO Excel Worksheet Functions 9 April 7th 06 01:05 PM
count function kckar Excel Discussion (Misc queries) 4 February 15th 06 11:28 PM


All times are GMT +1. The time now is 03:23 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"