Complex Function

  • Thread starter Thread starter Derek
  • Start date Start date
D

Derek

Here is what I'm trying to do:

I'm creating a log of specific occurrences (one row for
each occurrence entered).

A:(Date) C:(This condition?)
01/08/04 Y

I need to count the total number of occurrences entered
into the log that have a January date in column A:, AND
that contain a "Y" in column C:.

I'm famliar with date formating and specific serial
numbers for dates, but I cant combine the two conditions
here to achieve a total for the entire log.

Thanks
 
Back
Top