View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
wx4usa wx4usa is offline
external usenet poster
 
Posts: 122
Default SUMPRODUCT Question Adding Hours?

I have columns as follows:
A = Month Text
B = Year
C= Employee
D=time in
E= time out
F= Hours worked (Out minus in) Formatted as hours/minutes Time
format 5:45

I need a formula that works...mine doesnt.
=sumproduct((a10:a1000=August)*(b10:b1000=2009)*(c 10:c1000=Mike)*
(hours))

This formula returns a zero.

Thanks for your help!