appscript.dev

Google Sheets automation

Automate data entry, formatting, custom functions, and dashboards in Google Sheets with Apps Script.

Data entry

Validate and import rows from forms, APIs, and uploads.

34 件の記事

自動化 上級 Sheets

Build an OKR tracker with progress rollups

Aggregate Northwind's key-result progress into objective-level scores automatically.

更新日 2026年1月14日

自動化 初級 Sheets

Build a recurring-task generator

Spawn new Northwind task rows on a daily or weekly cadence from a Recurring sheet.

更新日 2026年1月10日

自動化 中級 Sheets

Build a multi-sheet search-and-jump tool

Find a value across every tab of a workbook and click through to the cell that contains it.

更新日 2026年1月7日

自動化 中級 Sheets

Auto-rebuild grouped summaries on edit

Refresh pivot-style rollups the instant data changes — no manual recompute.

更新日 2026年1月4日

自動化 上級 Sheets

Build a data-quality scorecard

Grade any sheet on completeness, validity, and freshness — surface gaps as a single score.

更新日 2025年12月31日

自動化 中級 Sheets Docs

Generate a warehouse pick or packing list

Format Northwind order rows into a print-ready pick list grouped by aisle.

更新日 2025年12月27日

自動化 初級 Sheets

Build a meeting-cost calculator

Multiply attendees, salaries, and duration into a dollar figure — make the cost of meetings visible.

更新日 2025年12月24日

自動化 初級 Sheets

Build a weighted raffle and winner picker

Draw winners with configurable odds — entries can have weights, e.g. for early-bird bonus.

更新日 2025年12月20日

自動化 中級 Sheets

Build a shared-expense splitter

Compute who owes whom from a group expense log — Northwind off-site dinner, settled.

更新日 2025年12月17日

自動化 中級 Sheets

Build a content calendar with status automation

Move posts through draft → review → scheduled → published based on date and approval columns.

更新日 2025年12月13日

自動化 中級 Sheets Drive

Auto-import every CSV dropped in a folder

Append new vendor CSV exports into a master sheet automatically — drop the file, walk away.

更新日 2025年12月10日

自動化 初級 Sheets

Auto-flag stale rows that need review

Highlight records in the Leads sheet that have been untouched for more than 14 days.

更新日 2025年12月6日

自動化 中級 Sheets

Build a timesheet with automatic overtime rules

Compute regular and overtime hours per entry — anything over 40 hours/week or 8/day flows to overtime.

更新日 2025年12月3日

自動化 中級 Sheets

Build a lightweight CRM pipeline board

Track deals through stages with stage-totals rolled up automatically — no CRM subscription required.

更新日 2025年11月29日

自動化 中級 Sheets

Build a tiered commission calculator

Apply progressive rates to a Sales column — 5% to £10k, 8% above, 12% above £50k.

更新日 2025年11月26日

自動化 初級 Sheets

Build a habit tracker with streak counting

Log daily checkmarks per habit and compute the current streak in a custom column.

更新日 2025年11月22日

自動化 中級 Sheets

Auto-number invoices and POs without gaps

Assign sequential, gap-free document numbers as new rows appear in the Invoices sheet.

更新日 2025年11月19日

自動化 中級 Sheets

Build a capacity-planning resource grid

Track who's allocated where across weeks — a single matrix view of team load.

更新日 2025年11月15日

自動化 中級 Sheets Gmail

Alert the owner when imported data breaks a rule

Email the data owner whenever a scheduled refresh fails validation — no more silent broken pipelines.

更新日 2025年11月12日

自動化 中級 Sheets

Build a multi-currency expense consolidator

Normalise Northwind's spend from many currencies to GBP using the live FX function.

更新日 2025年11月8日

自動化 初級 Sheets

Detect duplicate rows on a composite key

Flag rows in the Invoices sheet that match across (client, invoiceNumber).

更新日 2025年11月5日

自動化 上級 Sheets

Build a two-way sync between two spreadsheets

Keep a shared client-facing sheet and a private internal sheet in step — both directions.

更新日 2025年11月1日

自動化 中級 Sheets

Build a weighted scoring and ranking model

Score options by criteria, weight each criterion, and auto-rank — for vendor selection or feature prioritisation.

更新日 2025年10月29日

自動化 初級 Sheets

Auto-archive completed rows to a Done sheet

Move finished tasks out of the active Projects view and into a Done archive on a schedule.

更新日 2025年10月25日

Data entry の 34 件をすべて見る →

Formatting

Apply conditional styles, freeze structure, and clean data.

5 件の記事

Custom functions

Write JavaScript functions usable from any cell.

13 件の記事

自動化 中級 Sheets

Parse messy mixed-format dates

Normalise inconsistently formatted strings into real date values with a single formula.

更新日 2025年8月2日

自動化 上級 Sheets

Scrape a web table into cells with one formula

Pull HTML tables into Sheets as a custom function — no IMPORTHTML quirks.

更新日 2025年7月30日

自動化 初級 Sheets

Mask sensitive columns for shareable copies

Redact PII with a custom function so you can share a copy of the sheet without exposing names, emails, or numbers.

更新日 2025年7月26日

自動化 中級 Sheets

Build a sentiment-scoring function without AI

Rate text positive or negative with a tiny built-in lexicon — no API key, no quota.

更新日 2025年7月23日

自動化 初級 Sheets

Build a unit-conversion function library

Convert between any units with one custom formula — kg/lb, km/mi, °C/°F, and the rest.

更新日 2025年7月19日

自動化 中級 Sheets

Create a readability-scoring function

Rate text columns for reading difficulty with a Flesch reading-ease score in one formula.

更新日 2025年7月16日

自動化 初級 Sheets

Generate scannable QR codes in cells

Render a QR code per row from its data — for asset tags, event badges, or product labels.

更新日 2025年7月12日

自動化 中級 Sheets

Add distance and ETA functions with Maps

Fill drive times and distances between two cells inline using the Maps service.

更新日 2025年7月9日

自動化 中級 Sheets

Validate IBANs, VAT IDs, and SKUs

Check structured identifiers in a cell with a single custom function — no manual lookup.

更新日 2025年7月5日

自動化 中級 Sheets

Build a working-day math function

Add or count business days excluding weekends and a custom holiday list — with a single Sheets formula.

更新日 2025年7月2日

自動化 初級 Sheets

Create a live currency-conversion function

Convert amounts inline with a CONVERT-style formula, using a cached live exchange rate.

更新日 2025年6月27日

自動化 中級 Sheets

Create a fuzzy text-matching function

Match near-duplicate names across two lists with a Levenshtein-based custom function.

更新日 2025年6月23日

自動化 中級 Sheets

Write a custom function to geocode addresses

Turn a column of addresses into latitude/longitude pairs with a single Sheets formula.

更新日 2025年6月20日

Dashboards

Auto-refresh charts, KPIs, and live data views.

8 件の記事