Hi Everyone!
So I’m reading my Excel Formulas book by John Walkenbach and it states “The SUMIF function does not work with multiple criteria, you need to resort to using an array formula”
So this means I need help.
Currently I am using a SUMIF like this:
=SUMIF(Data!$D$3:$D$598,”Doe”,Data!$J$3:$J$598)
Here is my data
Column D = Names
Column J = Numbers
Column L = Dates (or the word complete)
Column M = Dates (or the word complete)
What I want is for a fomula that says this:
SUM the values in J if D = Doe, L contains a value, and M contains no value.
How do I do this…
Thanks!