Hi,
I have a datatable, and I have to filter it based on some criteria.
(It may contain repeated values just get them once)
The Criteria is it must be divided only for plants and distribute the data in different datatables
I have attached the Input Sheet for the same. Example.xlsx (8.9 KB)
According to the input we will get different data tables as output. Output_CostSheet.xlsx (9.7 KB)
Please let me know how to solve the issue?
Thanks in advance!!
Hi @Anil_G
I have to filter datable based on branch
Example:- If you will see Input sheet it contains 3 different branch
So we need to create 3 different datatables based on the same.
If there are 6 different branch there will be 6 different datatable based on the same
So for that we have to take list of datatables.
**Note:-I have provided the output sheet for the same requirement.