Hi. I have a list of colours, most of which are repeated. I'm using the following formula to return the unique list of which colours are contained but I need to specifically exclude black and white.
=INDEX($A$1:$A$29, MATCH(0, COUNTIF($A$30:A30, $A$1:$A$29), 0))
This is the range:
<TABLE...