Hi
Please help . . .
In the example shown I am trying to use a formula in column D to create a list of unique colours that apear in column A - As can be seen I am getting it right to show the unique colurs but I would the result to be like the info in column F ( Like filter unique ).
The formula I am using in the cells in column D is :
=IF(AND(COUNTIF(A4:$A$25,A3)=0,COUNTIF($D$2:D2,A3)=0),A3,IF(AND(COUNTIF(A4:$A$25,A3)>=0,COUNTIF($D$2:D2,A3)=0),A3,IF(AND(COUNTIF(A4:$A$25,A3)>0,COUNTIF($D$2:D2,A3)>0)," ",IF(AND(COUNTIF(A4:$A$25,A3)=0,COUNTIF($D$2:D2,A3)>0)," "))))
I am getting circular reference when I try to change the formula:
Thanks.
Please help . . .
In the example shown I am trying to use a formula in column D to create a list of unique colours that apear in column A - As can be seen I am getting it right to show the unique colurs but I would the result to be like the info in column F ( Like filter unique ).
The formula I am using in the cells in column D is :
=IF(AND(COUNTIF(A4:$A$25,A3)=0,COUNTIF($D$2:D2,A3)=0),A3,IF(AND(COUNTIF(A4:$A$25,A3)>=0,COUNTIF($D$2:D2,A3)=0),A3,IF(AND(COUNTIF(A4:$A$25,A3)>0,COUNTIF($D$2:D2,A3)>0)," ",IF(AND(COUNTIF(A4:$A$25,A3)=0,COUNTIF($D$2:D2,A3)>0)," "))))
I am getting circular reference when I try to change the formula:
Thanks.