Automate data collection in Google Sheets

preview_player
Показать описание
This video will demonstrate how to automate data collection from one Google Sheet to another using Google Apps Script. This video moves a bit fast and is a demonstration on one way to accomplish this goal.

My channel focuses creating lessons to help people learn how to work with data. The intention of these videos is to explain the fundamentals so that you can build data projects. This video is the first on a series about automating data collection in Google Sheets using Google Apps Script.

I plan on adding modules in the future that will explore other lessons. Please subscribe to my channel if you'd be interested in finding out when I release new material.
Рекомендации по теме
Комментарии
Автор

Out of all the YT tutorials, yours is by far the BEST! You're explaining what you're doing and what each function does rather than just giving a solution. Continue this method please. (gained yourself a new subscriber)

lindaduong
Автор

Great tutorial! Your explanations makes it so logical, easy to understand the "whys" and "hows". Happy to have found your channel.

juliamt
Автор

🔥🔥🔥good and so easy to understand.... subscribed and pressed bell icon 😁

rohitkumawat
Автор

Hello Sir Pls help me
I'm facing the one condition use Google sheet make pivot table need click pivot table showing data as same sheet not new sheet data visible same sheet pls❤help

tofikqureshi
Автор

Can this be done with Query and Importrange instead?

levaaaaaan
Автор

When i try this, it says Spreadsheetapp is not defined, I am not sure why.

Lia.
Автор

Apologies - just found the problem! I'll keep plugging on!

fittolast
Автор

Good afternoon, Thank you so much for this video series.
I've tried this video 6 twice, but each time I keep getting the following error message:

ReferenceError: sheetname is not defined
getSheetById @ getSheetById.gs:11
dataExtractor @ dataExtractor.gs:2
main @ Code.gs:10

I'm not sure what I'm missing, and as this is at the outer edges of my comfort zone I'm not sure where to look :-) Any suggestions would be greatly appreciated.

fittolast