Hi All,
I have been trying to wrap my head around how to create a log sheet for a parts tracking workbook but I think I have gone the wrong direction.
My goal is to record the entire row from my parts tracker sheet when the status is changed or the part name is updated (this will probably expand to other columns later) and save that log in a new spreadsheet. I also want to know the time that the change was completed as well as the email of the person who make the change.
Although I have done a fair amount of research I do not have enough of an understanding of Apps Script to get anything remotely close to what I need.
Below are two sheets (one is a sample parts tracker, the other a sample log sheet)
In the parts tracker there will be multiple sheets that I want to look over and track changes from (I have them labeled as Sheet1 and Sheet2 but in reality there are more sheets with varied names) all sheets from the workbook will need to be tracked and logged.
As a sample I have manually inputted what the log would look like coming from Sheet1 row 3.
Any and all help is appreciated