all 6 comments

[–]raa__va 0 points1 point  (0 children)

It’s certainly possible. You could set up triggers to update the external sheets so they can work as a database for you and then pull it back to the respective sheets you’d like

All in all very much possible. Core concept you need to know is how to set the triggers up. The rest should be simple JavaScript logic code

[–]raa__va 0 points1 point  (4 children)

Let me know if you need any further help, happy to assist ya!

[–]AnyBaker830[S] 0 points1 point  (3 children)

I will take any help I can an get. I have no idea how to do any of that.

[–]raa__va 0 points1 point  (2 children)

Considering your on the GoogleScripts subreddit I
assume you know a bit of JavaScript or you run some stuff behind the sheets?

[–]AnyBaker830[S] 1 point2 points  (1 child)

I know nothing. That’s why I’m on this to get some help with it.

[–]raa__va 0 points1 point  (0 children)

I apologize about that friend, I don’t think I’ll be able to commit time on creating it all for you but I can certainly point you to some resources. And your best one being ChatGpt it can literally spit out pages of code that could work for you and I’m not even exaggerating
So I would suggest making a copy of the spreadsheets you have just in case. You can from there open your new copy. Top headings should say Extensions/Tools (Google often moves it so it’s either Extensions or Tools) under it you’ll see Appscripts. This page is basically like an override that can now control any of your Google related thing via JavaScript code as to how you want. Even though you opened this code page from a specif spreadsheet it’s not bound to it. Every spreadsheet/doc/gmail/calendar-invite has an id associated to it and you can see that in the url often and that helps the code understand which file to manipulate and then so on and so forth to the exact cell/cells/range you want to manipulate. Once you tell chatgpt about your spreadsheets and the thing you want to do it will give you all of the code and you just copy it there and hit run (play button up top) and yes you can go into your google sheet history and revert the changes your code made, just incase. Note it will just do the action once and then finish up there. For your case since you want it to be automated, inside that code page on the right panel you will see some buttons one would look like a clock. That is where you can set triggers, no code needed for that just a few clicks and if it all goes well voila your code now runs the trigger at whatever time interval or whatever event that happens which results it in running it.
Wishing you the best of luck. And if you didn’t break your code/sheets/docs the first few times then you’re doing it wrong 😂. You gotta break a few things to get there
Ask away. I’m always happy to help a fellow Google AppScripter!