for the container column, I already used a data scraping from a website, and want to insert the data to the excel, with condition:
For a same product, it will only use 1 container
Different product will use different container
So in the end, the output that I want is like this:
the list of usable container are listed in datatable from datascraping i mentioned above (in the first column)
Here is what its look like
the container code will be picked from the first column, other column are not important
p.s
I already remove the first 2 row using remove data row
thank you for the answers
the video is a how to lookup from datatable, where in my case i can’t do lookup because in the excel file i dont have anything to be the lookup, i just need to put a random container ID that are existed in the datatable to the excel with condiiton that 1 container ID can onlye store 1 kind of product, but in an unlimited qty