hi all, I could use some assistance. I want to be able to count the values in a column that are UNIQUE ONLY. See example below:

Column A = GREEN
Column A = BLUE
Column A = GREEN
Column A = RED

i want to be able to return a value of 2, not 3. I don't want to count the value GREEN at all.

Any help is much appreciated!!!!