Dear all,
I have 5 excel files which contains list of orders, in each order I have the code of the order and status of the order as well.
Status (1) means the order is delivered.
Status (2) means the order is postponed.
Status (3) means the order is canceled
Status (4) means the customer didn't answer.
Now if the order's status is 2 or 4 it will be rewritten in the next file to re-contact with the customer and maybe the status will changes from 2 to 1 or 3 or 4 or stays 2 it depends of the customer's respond.
These 5 files are the files of the orders from Wednesday to Sunday.
Now what I want is to have all these files in one file and remove the duplicated orders because as I explained the order in the file of Sunday which its status 2 or 4 will be rewritten in the file of Monday with the same code and its status may be changed to 1 or 3 or others so in this way how can I use the unique tool and make sure that it takes the latest status.
Note that, as shown in the picture below each color represent one order. Follow the same for all files.