I'm creating a spreadsheet for a game I play, and I wanted to track my guild's power level. I can get the raw data easily using IMPORTXML in google sheets, but my main problem is I don't know how to have it so that once a day google sheets queries the site to get the updated number, which it would then save to a new cell in a column so I could progressively over time gather data. Essentially what I want is a column of data, and a column of dates so I can track our progress, but besides manually editing the cells with functions to do this. Do I need to build an Apps Script to do this, or can it be done in google sheets itelf?
↧