If as it seems the data is stored in the same file as the calculation itself then there is no need for SUMPRODUCT at all

=SUMIF(RawMarketers,$C$3,RawDateGap)/COUNTIF(RawMarketers,$C$3)
which would be more efficient

or if using XL2007+ use AVERAGEIF