I’m looking to extract rows from a datatable where a specific column has the same value.
I have a datatable where i want to extract all rows were the value in “Column 1” is the same. So for the below example, there are 3 unique values in “Column 1”, meaning there will be 3 different extracts. These different extracts are to be populated into seperate excel sheets.
Thanks both for your help. Unfortunately this isn’t quite what I’m looking for.
What i need is to read in an excel table like below.
From this then, it will loop through Column 1 where values are the same and extract to a new excel.
So in this example, 3 separate excel spreadsheets will be created that will look something like this.
@dcharlton
it is better to mention all requirments and a clear described output on the beginning. This allows us to adress more individually the case and a solution can be faster provided.