I want to copy data from the last row of my master sheet which populates using a google form and paste it into a new sheet that is created when a form is submitted. Now, I want the new sheet to automatically put certain text in specific cells and copy data from the last row in some specific cells. Example-: The master sheet
now i want to copy the data in cell b2 (assuming 2 is the last row) to newly created sheet in the cell b1 from cell c2 to b3 from cell d2 to b4 from cell AL2 to h20 and so on. I am new to google appscript. Any help would be appreciated.