I want to collect story points based on key and status = done from another sheet. Currently, I am using this formula but it is working only for one criteria. When I am adding the other condition getting the error.
=IF(ISBLANK(Key@row), "", DISTINCT(COLLECT({Actual Epic Story Points}, {Unique Issue Key}, Key@row, {Actual Status}, "Done")))