I need to use a Summary field to Count when the following conditions are met in a Sheet:
If Indent Level = 3 AND End Date is between a specific date range (using TODAY), AND the job is not complete, AND the Task Owner is ANY of the following:
CopyeditAMT@user.com or PadletAMT@user.com or LayoutAMT@user.com
Here's what I'm trying without success:
=COUNTIFS([Calc if Done]:[Calc if Done], AND(@cell =0), AND(@cell[End Date]:[End Date], AND(@cell >= TODAY(), @cell <= TODAY(+7), AND(OR(@cell, [Task Owner] = "CopyeditAMT@nwea.org", [Additional Resources]= "CopyeditAMT@nwea.org"), [Indent Level][Indent Level], @cell = 3))))
Getting #UnParsable