View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Viggo Viggo is offline
external usenet poster
 
Posts: 3
Default COUNTIF criteria

Thanx,
but this doesn't work when I want to add ,< or = in front
of the cell reference. (I guess only the value from the
cell should be retrieved).
Is there a fix for this ?

Thanx again.

-----Original Message-----
Is this a code question...sounds like a simple sheet
function..

=COUNTIF(MySource,D4)

This counts the number of items in the range named
MySource that match the value of the item in cell D4

Patrick Molloy
Microsoft Excel MVP


-----Original Message-----
Hi,
I have some large data tables and want to make COUNTIF
formulas to return the number of datapoints above, below
etc certain values. I would like to make the
formula "interactive" so I dont have to create a new
formula for each criteria. I would like to enter the

value
in a certain cell which is then used as criteria in the
formula.
Does anybody know how to do that ?

Thanx,


.

.