Hey there,
I have a sheet (Sheet A) where when I add a new row and click a certain checkbox, that row is copied to another sheet (Sheet B). Sometimes, I will need to change the information in the predecessor row from Sheet A, like clicking another checkbox or adding information to a Notes cell. How do I make it so this new information automatically updates the information in Sheet B?
For more context, I want Sheet B to be completely automated; I don't want to have to relink cells every time a new row is added. Also, if I were to use the automation option for copying the row when a row is added and or changed (as opposed to just copying the row when a new row is added), it will duplicate the row with the new information. I'm sure there are a few work arounds with my problem. Is there a good way possibly to automatically check if the identifier column (in my case, an invoice number) in Sheet B matches a cell value, and then to automatically delete the old row and replace it with the new one?
Thanks in advance for any help!