I have a formula in sheet a (metric sheet), to count if data in a column in sheet b, has distinct information and if a checkbox column also in sheet b, is checked.
=COUNTIF(DISTINCT({Total # of Responses on Distinct Awards},({Curated CRFFAAResponse}, "1")
I'm getting an Incorrect argument error.
Ideas? Is this because the Distinct part doesn't have a range? or something else?