Sorting data by first column name value and add 3 empty rows between them

@ldiaz ,

In that case, Could you check with the below Expression :

FilteredDT.AsEnumerable.Sum(Function(x)CDbl(if(x("Column Name").ToString.IsNumeric,x("Column Name").ToString,"0")))
1 Like