Hi guys this one is tricky, well for me at least!
I have the following SUMIFS statement that adds column AL when a bunch of conditions are met with my other columns. What I want to do is have an OR statement somehow nested so only one of the 2 highlighted red conditions need to be met. So all the conditions in black text have to be met but only either en!Q:Q,"=1" OR en!:P:P"=1" need to be met for my final condition.
=SUMIFS(en!AL:AL,en!D:D,">="&$B$1,en!D:D,"<="&$C$1,en!A:A,">="&$F$1,en!A:A,"<="&$G$1,en!P:P,"=D01",AO:AO,"<>nd",en!Q:Q,"=1" OR en!:P:P"=1")
Does this make sense?
I have the following SUMIFS statement that adds column AL when a bunch of conditions are met with my other columns. What I want to do is have an OR statement somehow nested so only one of the 2 highlighted red conditions need to be met. So all the conditions in black text have to be met but only either en!Q:Q,"=1" OR en!:P:P"=1" need to be met for my final condition.
=SUMIFS(en!AL:AL,en!D:D,">="&$B$1,en!D:D,"<="&$C$1,en!A:A,">="&$F$1,en!A:A,"<="&$G$1,en!P:P,"=D01",AO:AO,"<>nd",en!Q:Q,"=1" OR en!:P:P"=1")
Does this make sense?