Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Counting a range of cells

I have a column of cells that each contain formulas. The formulas, in turn,
give me specific numbers which I have formatted to percentages. I would like
to count all the cells in that column that are equal to or greater than 75%.
An example of one of the cells is
=IF(ISERROR(AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24, AH24,AK24)/100),"",AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24,AH24 ,AK24)/100).

Is there a way this can be done?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Counting a range of cells

hi
the contents of the cell should not be a factor only the return value
try this or similar...
=COUNTIF(A1:A15,".75")
adjust to suit your data.

Regards
FSt1

"OfficeManager" wrote:

I have a column of cells that each contain formulas. The formulas, in turn,
give me specific numbers which I have formatted to percentages. I would like
to count all the cells in that column that are equal to or greater than 75%.
An example of one of the cells is
=IF(ISERROR(AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24, AH24,AK24)/100),"",AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24,AH24 ,AK24)/100).

Is there a way this can be done?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Counting a range of cells

Try this:

=COUNTIF(A1:A10,"=75%")

--
Biff
Microsoft Excel MVP


"OfficeManager" wrote in message
...
I have a column of cells that each contain formulas. The formulas, in
turn,
give me specific numbers which I have formatted to percentages. I would
like
to count all the cells in that column that are equal to or greater than
75%.
An example of one of the cells is
=IF(ISERROR(AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24, AH24,AK24)/100),"",AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24,AH24 ,AK24)/100).

Is there a way this can be done?



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
Counting cells in a range per multiple criteria . . . Dano Excel Worksheet Functions 9 May 19th 08 05:28 PM
counting cells that are 0 in a range of non-contiguous cells Mark Excel Worksheet Functions 9 March 14th 07 02:45 PM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 2 May 2nd 05 08:53 AM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 0 April 7th 05 12:47 AM
counting cells in a range Charles Excel Discussion (Misc queries) 5 February 18th 05 11:59 PM


All times are GMT +1. The time now is 07:29 PM.

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"