How to filter with some values in a column

Hi Can you share your excel
you can use the linq query or filter datatable
for example
dt.asnumerable().where(function(x) x(“YourColumnName”).tostring.equals(“ColumnValue”)).CopyToDatatable