COUNTIFS and DISTINCT formula error
Hello! I am trying to count the number of unique customers from one column, that have been flagged with the year 2022 which is recorded in a separate column.
Formula I have is -
=COUNTIFS(DISTINCT({Customer Name}, {Financial Year}, "2022"))
I am receiving the error, Incorrect Argument Set. Can someone help please?!
Tags:
Best Answer
-
Hello @Nicole Jenner , I believe this should give you the desired result.
=COUNT(DISTINCT(COLLECT({Customer Name}, {Financial Year}, "2022")))
Answers
-
Hello @Nicole Jenner , I believe this should give you the desired result.
=COUNT(DISTINCT(COLLECT({Customer Name}, {Financial Year}, "2022")))
-
Amazing. Thank you @Carson Penticuff
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!