I want filter remove column C condition “Cash” because 1 customer (A) have white line & yellow line as picture. So have to delete both (some customer code col A)
How i sum compare 2column (I + M file1) = (I + M file2)
I new user can;t post link file. Thank you
(From d in dtData.AsEnumerable Where Not (isNothing(d(1)) OrElse String.IsNullorEmpty(d(1).toString.Trim)) Select v = CDbl(d(1).toString.Trim)).Sum(Function (x) x)
Here, d(1) → ColumnIndex, You can also use the column name with Double quotes