The following formula works perfectly when all listed criteria are met. However, I get an "incorrect argument set" error if any of the criteria is unmet. I added the iferror hoping this would solve the problem, but it did not.
=IFERROR(MEDIAN(COLLECT({Complete FY24 list}, {Complete FY24 list Reporting Bin}, [Product Reporting Group]@row, {Complete FY24 list quarter}, "1")), "0")
It is expected that some criteria will not be met, and I want those cells to either be blank, return a "n/a," or zero.
I also want to build out my sheet with the formulas for future quarters, which all currently display the #incorrect argument set error.