Hi SmartSheet Community!
I have many instances where I want to know the number of distinct values based on specific criteria. I think I need a combination of COUNTIF and DISTINCT. Can anyone provide some guidance?
Here is what I have so far but its not working:
=COUNTIF(DISTINCT(TransactionRole:TransactionRole, HAS(@cell, "CDE")))
I'd love to know the proper order for the operations and parens, as well as when it is better to use CONTAINs, HAS, or equal to. The particular field I have indicated as the criteria for the IF is a multi-select drop-down field so I can not just rely on 'equal to' because there are entries which include CDE but also include other multi-select values.
Let me know if more description would be helpful!
Thanks,
Ann