There are records in my notebook as follows. + and - cancel each other out. I want to remove these records from my list. I find it with find matching, then I count for each one and finally throw a list of arrays but I don’t know what to do next.
before
This can be done without using the array if the data is stored in the Excel. In that case we can get the data in datatable & perform the linq operations on it. So the flow will look something like this.
Just replace the datatable name & Column name, This linq query will remove these records & will only keep the unique one.