These 2 sheets that will receive the information need to be able to manipulate the data separately from each other. I know I've seen scripts that can do this for multiple sheets based on a column, but these sheets I need will be identical, just used in two different ways.
- when form is submitted, the script will run
- only the new row will be copied
- only the new row will be pasted to 2 different sheets (that can each do it's own deleting of rows when needed)
- it will be pasted after the last row on each sheet This link has the form responses and the two sheets I'm trying to copy to.
This code was working to copy to ONE sheet on the original that I have, except it didn't put the row in at the end. But when I created this test to link, it is not working.
Thanks for any help.