greykitten
Member
Hello,
I'm trying to use a SUMIF's formula to calculate a sum if a column contains the following values, "EWS Duplicate Detection", "EWS/ANF" or "EWS/RNF". I'm not sure if the SUMIF's formula is the right one for this because SUMIF's require that all conditions be met. The formula needs to take the sum of all the values in an adjoining column if the value is either EWS Duplicate Detection, EWS/ANF or EWS/RNF. It doesn't have to meet all three criteria; it only needs to be one of them. Currently I have this:
=SUMIFS($I$2:$I$23769,$A$2:$A$23769,"EWS Duplicate Detection",$J$2:$J$23769,"Closed")
I tried adding an additional condition with OR but it didn't work (see below).
=SUMIFS($I$2:$I$23769,$A$2:$A$23769,"EWS Duplicate Detection",$J$2:$J$23769,"Closed")*OR($I$2:$I$23769,$A$2:$A$23769,"EWS/ANF",$J$2:$J$23769,"Closed")
Can someone please help me? Thank you in advance for your help.
GreyKitten
I'm trying to use a SUMIF's formula to calculate a sum if a column contains the following values, "EWS Duplicate Detection", "EWS/ANF" or "EWS/RNF". I'm not sure if the SUMIF's formula is the right one for this because SUMIF's require that all conditions be met. The formula needs to take the sum of all the values in an adjoining column if the value is either EWS Duplicate Detection, EWS/ANF or EWS/RNF. It doesn't have to meet all three criteria; it only needs to be one of them. Currently I have this:
=SUMIFS($I$2:$I$23769,$A$2:$A$23769,"EWS Duplicate Detection",$J$2:$J$23769,"Closed")
I tried adding an additional condition with OR but it didn't work (see below).
=SUMIFS($I$2:$I$23769,$A$2:$A$23769,"EWS Duplicate Detection",$J$2:$J$23769,"Closed")*OR($I$2:$I$23769,$A$2:$A$23769,"EWS/ANF",$J$2:$J$23769,"Closed")
Can someone please help me? Thank you in advance for your help.
GreyKitten