My Requirement is i have an excel and i need to first group them according a column and then sort them , i have grouped them and getting a list of datatable and later using for each for list of datatable
Now i need to sort them based on custom sort and then normal sort for another column i.e., sort within a sort
*First need to custom sort based on the attachted list
Custom sort list
Within that sort based on Name column in ascending order
Output Required
Then delete designation column and merge name and location column headers and rename as Years(based on grouping done)