DKRbella0814
Board Regular
- Joined
- Aug 10, 2008
- Messages
- 155
Can someone help me understand why the first formula works fine and the second is returning an error? (#REF!)
SUMPRODUCT(('OnTime (2)'!$A$2:$A$9981=$A5)*('OnTime (2)'!$G$2:$G$9981<>"")*('OnTime (2)'!$G$2:$G$9981="Aug-10"))
ERROR:
SUMPRODUCT(('OnTime (2)'!$A$2:$A$9981=$A5)*('OnTime (2)'!$G$2:$G$9981<>"")*('OnTime (2)'!$G$2:$G$9981="Aug-10")*('OnTime (2)'!$N$2:$N$9981="On Time"))
SUMPRODUCT(('OnTime (2)'!$A$2:$A$9981=$A5)*('OnTime (2)'!$G$2:$G$9981<>"")*('OnTime (2)'!$G$2:$G$9981="Aug-10"))
ERROR:
SUMPRODUCT(('OnTime (2)'!$A$2:$A$9981=$A5)*('OnTime (2)'!$G$2:$G$9981<>"")*('OnTime (2)'!$G$2:$G$9981="Aug-10")*('OnTime (2)'!$N$2:$N$9981="On Time"))