View Single Post
  #5  
Old June 6th, 2010, 02:23 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Count function seeing formulas as data

I need the count function to check on the number
of occurances a particular value is exceeded.


This will count cells that contain a number greater than 100.

=COUNTIF(A1:Z100,"100")

Or, using a cell to hold the criteria...

AB1 = 100

=COUNTIF(A1:Z100,""&AB1)

--
Biff
Microsoft Excel MVP


"robinessex" wrote in message
...
Can you change the count function seeing formulas in cells as data. This
makes the function completely useless. I have an array 1000 cells X 500
cells. I need the count function to check on the number of occurances a
particular value is exceeded. The data is read into each of these cells by
a
formula.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions