S
Sue
Problem;
I want to count the number of unique records in a column
and output to a cell.
Example;
Column A
1 Apple
2 Orange
3 Orange
4 Apple
5 Pear
6 Pear
7 Orange
8 Apple
9 Pear
10 Pear
11 Apple
12 Orange
Expected output = 3
i.e. Apple + Orange + Pear
Can anyone help?
I want to count the number of unique records in a column
and output to a cell.
Example;
Column A
1 Apple
2 Orange
3 Orange
4 Apple
5 Pear
6 Pear
7 Orange
8 Apple
9 Pear
10 Pear
11 Apple
12 Orange
Expected output = 3
i.e. Apple + Orange + Pear
Can anyone help?