I have a spreadsheet which calculates my total bank savings across different accounts.
I would like to write a script which, when run, copies the total savings calculated that day to another column along with a timestamp. The idea is that I can then plot this data in a graph to see the trend in my savings plotted over time.
In practice, that means copying the value of A5 to the first empty row of column B and printing the date in the first empty row of column C.
Does anybody know how this can be done?
Thanks!