View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Cita Cita is offline
external usenet poster
 
Posts: 12
Default Is this possible? SUMPRODUCT with criteria range?

Hello again-
I have the following categories:
(TIME) 12/31/2007 1/1/2008 1/2/2008
A 0800 1959
B 2000 0759
C 0000 1159
D 1200 2359
E 0700 1900
F 1900 0700

I also have 2 columns, 1 has a date and 1 the time. I want to count how many
records meet the (1) date criteria and (2) fall within the time range...is
this possible? I've used SUMPRODUCT before but never with a conditional like
this.

Thanks!