Hopefully I can describe this one succinctly. I would like a generic button that will copy the contents of specific cells in the bottom row of a sheet, and paste those values into the row below (first blank row).
I won't post the whole spreadsheet as it's a huge mess of formulas and whatnot.
Upon triggering the "button" - cell data from col C, D, & E will be copied down to the blank line. Formulae will fill col A, & B - the other columns will be entered manually.
The idea is that I just completed a game, and I am going to play another game with the same settings. It would save me manually entering the same data over and over (or copy paste, etc).
My understanding is that I will need a script that will locate the contents of the last row and then copy col C, D, & E contents to the following row. I just have no idea how to script that.
Thanks in advance.
I won't post the whole spreadsheet as it's a huge mess of formulas and whatnot.
Upon triggering the "button" - cell data from col C, D, & E will be copied down to the blank line. Formulae will fill col A, & B - the other columns will be entered manually.
The idea is that I just completed a game, and I am going to play another game with the same settings. It would save me manually entering the same data over and over (or copy paste, etc).
My understanding is that I will need a script that will locate the contents of the last row and then copy col C, D, & E contents to the following row. I just have no idea how to script that.
Thanks in advance.
Last edited: