Hello, I need help on these 2 tasks below, and it has to do with handling duplicates in DT/excel.
What I need to do in my workflow is:
-
Get a Reference No. (using a system in my company) for each Container listed (that is not a duplicate).
-
Register ALL POs of the same container (duplicates) using the Reference No. assigned to the same container.
This is an exmple of my excel file:
PO No.|Container|Reference No.
123 |ABC| ???
456 |ABC|
234 |EFG| ???
567 |EFG|
891 |EFG|
The number of duplicates changes every time, so I need a dynamic solution.
NB. the columns headers are fixed and they cannot change (but I can add new If needed).
Thanks a lot
Giorgio



