I am looking to have a rows automatically transfer from Sheet1 and Sheet2 to Sheet3 when certain criteria are met, ie: the row is assigned to a specific person. The goal is for Sheet3 to be a summarized page of all the rows assigned to this person from multiple different sheets. Sheet3 would have live data from Sheet1 and all the other sheets that we are feeding into it.
I had originally thought about doing a report -- which would keep the data live -- but I believe reports won't let you add new columns for unique data entry, it only will take columns from the other sheets. I need to add a new unique columns to Sheet3 for the assigned individual to add data.
I have been using to the "copy row to a new sheet" automation, but it doesn't update the row on Sheet3 when the fields in Sheet1 are updated, the best I can get is for it to copy over the updates in a new row, which becomes duplicative and messy. Is there a way for that automation to just update the same row instead of copying a new one?
If there is any workaround for this please let me know.