Answer the question
In order to leave comments, you need to log in
How to implement cell value logging in Google spreadsheets when it changes?
Good afternoon, the task seems to be simple, but I can’t find the right approach:
There is a sheet with API (sheet1), which is completely updated once a day, and the new value is always in the top line (that is, the old data goes down, and the new ones in the top line) , and the data looks in the "Date Value" format,
you need to make the data copied to another sheet (Sheet2): but in this format:
Difficulties:
1) The API data from "Sheet1" is only 100 lines, that is, the values \u200b\u200bthat should be in 101 line disappear.
2) The values in "Sheet1" go from bottom to top, and "Sheet2" is required from top to bottom.
3) The missing values after filling 100 lines with "Sheet1" should be saved in "Sheet2"
4) The Sheet API values are only updated when I open the document. The missing data for several days should be copied to "Sheet2" in the correct sequence. (that is, there must be some comparison of the date to the previous value)
In general, the task is to log data by date. I tried a script like logging when changing a cell found on the internet, but it only works if you change the values \u200b\u200bmanually, and even half of the functionality that I need is not. I'm not good at scripting, please help me.
Answer the question
In order to leave comments, you need to log in
Use the SORT() function to "flip" the order of the values.
Services like Zapier will help with logging.
only updated when i open the document
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question