Good day,
I need to count the number of unique values in a column, and I'm unable to come upon the correct formula/approach. I have multiple Incidents assigned to several reports which make it very difficult to report on the number of incidents overall because:
1. With a multi value list, where more than one incident is assigned in a cell, Count only counts 1. CountM counts multiple in a cell, but CountM(Distinct) doesn't account for duplicates in the column)
2. When I use a regular list of values, if a particular incident affects more than one report, it's counted multiple times because the Count(Distinct) refers to the total contents of the cell.
I've tried Count, Count Distinct, CountM (on a column where the values are formatted as Multi-select values) and a parsing formula from a Smartsheet forum discussion.
The issue centers around being able to count multiple values in a cell, and discount duplicates in the column.
Is there a way to define an array, or pull/parse these into another sheet to count them?
Thanks!!