I have a formula that works but once I add additional criteria it breaks.
=SUMIFS({Registration Cost}, {Requestor Email}, "jdoe@company.gov") - This formula works.
Now I need to sum the cost if it is assigned to a specific person AND the Wish List box is checked.
=SUM({Cost}, {Requestor Email}, "jdoe@company.gov", AND(OR({Wish List}, 1))))
It is coming back as #unparseable