View Single Post
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try:
=COUNTIF(P5:P86,"=" & C88)-COUNTIF(P5:P86,"" & C89)

--
Regards
Frank Kabel
Frankfurt, Germany


Todd wrote:
Hi I am tring to count how many entries I have between two dates. I
have been trying to use the countif function and can't get greater or
less thans to work with it.

My dates are in cells c88 (lowest to count) and c89 (highest to
count). The data is in column P

Also, I will need to do the same counting of dates but in two columns
instead after this is figured out.

=COUNTIF(P5:P86,C88) is what I have and of course its not right at
all.


TIA

Todd