(From d In DtBuild.AsEnumerable()
Group d By k=d("Row 1").toString.Trim, k1=d("Row 2").toString.Trim Into grp = Group
Let coun = grp.count
Let ra = New Object(){k,k1,coun}
Select r = DtClone.Rows.Add(ra)).CopyToDataTable()
i Would like to get the count individually as I need to enter the count in separate spreadsheet
Suzuki Spreadsheet - Completed and denied count
Honda Spreadsheet - completed and denied count etc