Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 88835

Get Unique Count of Names In Excel Column Excluding Certain Text Or Empty Cells

$
0
0

I would like to get a unique count for a column of names. Some cells may be blank or have "Cancelled" in them. How do I get a count of unique text and exclude empty cells or those with "Cancelled" in them?

This is what I have so far - it appears to get the unique count, but fails with empty cell and includes "Cancelled": =SUM(IF(FREQUENCY(MATCH(G2:G29,G2:G29,0),MATCH(G2:G29,G2:G29,0))>0,1))


Viewing all articles
Browse latest Browse all 88835


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>