I'm trying to incorporate sumifs that adds column when 2 criteria are met and then any of the remaining 3 criteria are met. So it would be "or" instead of "and".
=SUMIFS(email!G6:G51,email!A6:A51,"Y", email!B6:B51,"N" + email!C6:C51,"Y" OR email!D6:D51,"Y"OR email!E6:E51,"Y")I know this formula is wrong but I'm trying to show what I'm trying to do. Essentially, I want excel to sum column G6:G51 in the email worksheet if column A6:A51 is "Y" and column B:B51 is "N" and columns C OR D OR E is "Y". Please help!
=SUMIFS(email!G6:G51,email!A6:A51,"Y", email!B6:B51,"N" + email!C6:C51,"Y" OR email!D6:D51,"Y"OR email!E6:E51,"Y")I know this formula is wrong but I'm trying to show what I'm trying to do. Essentially, I want excel to sum column G6:G51 in the email worksheet if column A6:A51 is "Y" and column B:B51 is "N" and columns C OR D OR E is "Y". Please help!