View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MinnesotaBob MinnesotaBob is offline
external usenet poster
 
Posts: 1
Default using a range of dates

I have an application where I have one column filled with dates, say column
A, I have another column filled with numbers representing a product, say
column B. I am trying to count the number times a particular value in column
B is present between a range of dates.
Example: the number of times 4 is present in column B between 12/1/2004 and
12/31/2004.

HELP!!!