I'm just working on a spreadsheet, and am looking to create a SUMIF function; however rather than inclusive of a criteria, I need it to be exclusive.
ie: lets say I want to sum all numbers in column A, if they contain anything EXCEPT the statement "4D". How can I do that?
Inclusive would be: =SUMIF(DATA!N2:N2000, "*4D*",DATA!L2:L1500)
ie: lets say I want to sum all numbers in column A, if they contain anything EXCEPT the statement "4D". How can I do that?
Inclusive would be: =SUMIF(DATA!N2:N2000, "*4D*",DATA!L2:L1500)
Comment