I need to find the average dollar amount across a range only if the fiscal year IS 2018 and a multiselect column HAS a given value
=AVG(COLLECT([Funding Amount]:[Funding Amount], Subsector:Subsector, HAS(@cell "Cell Therapy"), [Fiscal Year]:[Fiscal Year], "2019"))
Is what I'm trying to do feasible?