I'm trying to count all the distinct records in one column where specific criteria is met in another column.
I can write the formulas separately, but I'm unsure how to combine them since COUNTIFS requires <range>,<criteria>.
=COUNT(DISTINCT({Identifier}))
=COUNTIF({Round}, 2)