How 2 Count Unique Value in Excel Column

How to Count Unique Value in Excel Column.

@nuttapong_ludloy

Try this:

yourDT.DefaultView.ToTable(true,“ColumnName”).Rows.Count

1 Like