The formula below is what I am trying to use to find the number of repairs that are late, based on today's date. Column F is formated as a date and has dates or blanks, column C is formated as general and has text or blanks, and column d is formated as general and has numbers or blanks. The formula as written is returning the #value error, but I can't seem to track what the problem is. I think I'm close, but have a comma, or something in the wrong place. Any help is greatly appreciated.
=SUMPRODUCT(--('Late Orders - Roy''s Report'!$F$3:$F$300<=$B$1),--('Late Orders - Roy''s Report'!$C$3:$C$300="repair"),--('Late Orders - Roy''s Report'!$D$3:$D$300))
=SUMPRODUCT(--('Late Orders - Roy''s Report'!$F$3:$F$300<=$B$1),--('Late Orders - Roy''s Report'!$C$3:$C$300="repair"),--('Late Orders - Roy''s Report'!$D$3:$D$300))