Currently I'm trying to setup a rental tracking spreadsheet in google sheets, for a DJ tech store. I would need some help with scripting a code for the "Add" button (see pictures in the links).
The functions might be quite simple to conceive, yet a bit tricky to code, therefore I'm here to ask for your help, ideas and suggestions.
What I would like to achieve is: By the click on the "Add" button on Sheet1, the data gets copy/pasted in the respective columns on the next empty row in the Sheet2.
Elaborating, I would need the code for a couple of strings like:
//select next empty row in Sheet2
//transfer and merge Sheet1 B5+B6 to Sheet2 column B (like Name space Surname)
//transfer Sheet1 B8 to Sheet2 column C
//transfer and merge Sheet1 D3:E12 to Sheet2 column D like "E3,'x ',D3,' + ',E4,'x ',D4,' + ',... and so on"
//transfer Sheet1 B10 to Sheet2 column E
//transfer Sheet1 B12 to Sheet2 column F
//transfer Sheet1 B18 to Sheet2 column G
Any help or suggestion would be greatly appreciated. Thank you for you time and effort.
Original post here: https://productforums.google.com/forum/#!topic/docs/jXG-LV0dTSU;context-place=forum/docs