I am trying to create a system to track changes to cells. For example, if an order gets changed, I have automation set up to copy this row to another sheet. This way, I have a separate sheet with all the changed orders, and can then inform customers of delays.
The problem I am facing is that if the same order gets changed twice in the master sheet, then it will copy the row (with the same order number) twice into the new sheet. Is there a way for A. only the changed rows to get copied across, and B. if they do get copied across, there are no duplicate rows with identical order numbers. Do i need to use datamesh? If so, how?
Ultimately once this new sheet is working correctly, I will create reports which get sent to customers regularly to inform them of delays to orders relevant to them.