I have the following formula that is just not working with the ORs
=SUMPRODUCT((SSPPI!P2:P23<>"Correct")*OR(SSPPI!P2:P23<>"Correct")*OR(SSPPI!P2:P23<>"Correct")*(SSPPI!I2:I23))
I have the following worksheet with a summary sheet where I am entering the formula.
I want to find the total from Column I if either Columns P, S or V are "Incorrect". I do not want to include values if P, S, or V are "Correct". Basically, exclude any value that is associated with a Completed action.
My existing formula is not totaling correctly. On my example, the total should be $2000 as that is the only one of the 3 columns that is still marked as Incomplete. Instead, I am getting $32,000 which is the total of Rows 2, 3 and 4 (indicating that the OR is not working for Columns S and V.
Any advice is most welcome. Thank you.
=SUMPRODUCT((SSPPI!P2:P23<>"Correct")*OR(SSPPI!P2:P23<>"Correct")*OR(SSPPI!P2:P23<>"Correct")*(SSPPI!I2:I23))
I have the following worksheet with a summary sheet where I am entering the formula.
I want to find the total from Column I if either Columns P, S or V are "Incorrect". I do not want to include values if P, S, or V are "Correct". Basically, exclude any value that is associated with a Completed action.
My existing formula is not totaling correctly. On my example, the total should be $2000 as that is the only one of the 3 columns that is still marked as Incomplete. Instead, I am getting $32,000 which is the total of Rows 2, 3 and 4 (indicating that the OR is not working for Columns S and V.
Any advice is most welcome. Thank you.