Forum Discussion

crb3209's avatar
crb3209
Copper Contributor
Aug 02, 2024
Solved

Sumproduct with three criteria, one of which is an or statement with two dates

Hi everyone,  This is a complex endeavor for me. I am attempting to use sumproduct with three criteria on another tab. Criteria 1: If column C indicates "YES" Criteria 2: If column F indicates "St...
  • Rodrigo_'s avatar
    Rodrigo_
    Aug 02, 2024
    use this formula,
    =SUMPRODUCT((Master_Calendar!$C$3:$C$503="YES")*(Master_Calendar!$F$3:$F$503="Standalone Service")*(((MONTH(Master_Calendar!$AA$3:$AA$503)=8)+(MONTH(Master_Calendar!$AB$3:$AB$503)=8)) > 0))