I'm sure there's a simple answer but does anyone the formula that should be used for counting differing rows. As an example if Row 1 = Blue, Row 2 = Yellow, Row 3 = Blue, Row 4 = Red and Row 5 = Blue. I would like a count value of 3 to be returned which represents the number of different values. COUNTA would be ideal for this except it counts all the rows seperately and would therefore return a value of 5.