Blog by Railsware

Intro to Google Scripts

Did you ever know that you can create custom scripts for Google Spreadsheets? The ones that would allow you easily manage your data, i.e. copy it, move between spreadsheets, calculate complex cases and create specific functions for further re-use in other projects. Do almost anything you want… just like in a regular application.
It can be simple and easy to do, if you’re familiar with JavaScript syntax.

Let me briefly describe main cons and pros of Google Spreadsheet scripts:

Strong points

Weak points

Conclusion

You can most certainly use Google Scripts when you’re not limited in time (e.g. you can wait a few hours for results or get it even next day). If you need to automate a process that requires hourly (or more frequent) synchronisation, Google Scripts might not be a perfect fit.

Additionally, there’re some usage scenarios that can not be called a Pro due to unstable scripts execution, but they’re definitely worth mentioning:

Brief instructions how to start

There’re plenty of guidelines available, so I’ll try to provide a concise version:

  1. Open spreadsheet (if you have a team - share your spreadsheet for editing to other team members)
  2. Click Tools -> Script Editor.
  3. Choose blank project or spreadsheet (there will be some example functions).
  4. First save of your project.

You’re now ready to write the code. Stay tuned for my next article with useful code examples!

Related Posts

Exit mobile version