Hi guys, this one got me stumped as well
=SUMIFS(Football!AM:AM,Football!D:D,">="&$B$1,Football!D:D,"<="&$C$1,Football!A:A,">="&$F$1,Football!A:A,"<="&$G$1,Football!AO:AO,"<>nd")
How would I modify the above formula to include the following two statements?
Football!I:I,">1" OR Football!I:I,">0.05 AND < 1"
So I want all of the criteria from the original formula to stand but filter data from either of the additional 2 criteria
=SUMIFS(Football!AM:AM,Football!D:D,">="&$B$1,Football!D:D,"<="&$C$1,Football!A:A,">="&$F$1,Football!A:A,"<="&$G$1,Football!AO:AO,"<>nd")
How would I modify the above formula to include the following two statements?
Football!I:I,">1" OR Football!I:I,">0.05 AND < 1"
So I want all of the criteria from the original formula to stand but filter data from either of the additional 2 criteria