Thread: sumproduct ?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ian Bartlett
 
Posts: n/a
Default sumproduct ?

I'm trying to obtain information on how often someone works say a Saturday.
A1 Date
b1 weekday a1
d1 array of types {"E","EN","r"}
tried this returns 0
=SUMPRODUCT((C18:C382="Sat")*(D18:D382=({"E","EN", "r"})))

any help appreciated.

Bart