I currently have a Data Shuttle updating/replacing all cells in sheet 1.
In a second sheet I have a formula that performs an Index/Match with the result coming from that first sheet.
I noticed the cell history on the second sheet is capturing the first sheet values disappear and then come back in (example below). Assuming this is sheet 1 Data Shuttle clearing the values and replacing them. I'm worried that could be a problem if I need to structure an automation triggering on this column changing.
Is there a better way to do this? I do have DataMesh access and was considering trying that instead.