I want to count unique strings of data in a column. Is there a easy way to do this?
M ManhattanRebel Jan 28, 2009 #1 I want to count unique strings of data in a column. Is there a easy way to do this?
M ManhattanRebel Jan 28, 2009 #3 Thank you that is exactly what I needed. muddan madhu said: try this =SUMPRODUCT((A1:A10<>"")/COUNTIF(A1:A10,A1:A10&"")) Click to expand...
Thank you that is exactly what I needed. muddan madhu said: try this =SUMPRODUCT((A1:A10<>"")/COUNTIF(A1:A10,A1:A10&"")) Click to expand...