Good afternoon,
Assuming I have the following items in a selected range: 1,2,2,2,3,4,4,5,6,6,7,7,8,8,9
can anyone suggest a VBA solution to display the number of items that occur in the list only ONCE?
In the above example, the answer would be 4 as only four numbers occur uniquely in the list...