I am wanting to build a metric from a sheet using multiple criteria.
I want to sum the Amount Expected of all Types that are "A&D Fee" and are NOT checked as Received.
I've attempted this formula and am sure I am missing something. The check box variable is throwing me off and I'm not sure if the formula start with an IF statement then the SUM?
=SUMIF([Amount $ Exp]:[Amount $ Exp], [Type}:[Type], "Permit", [Received]@cell, 1})