Sample output from the pack's actual renderer using fictional data. This is an offline preview, not a Google-hosted run or a received email. Inspect the sample Sheet and installation steps, or return to the $39 pack.
|
Before: you read prepared weekly cells, calculate four summaries and compose an email. After setup: the script reads those configured cells and builds the format above. You still maintain the reporting ranges. It does not collect data from your other tools, select a new date window or attach PDFs.
This sample data is free to copy. Running the workflow requires the six source files in the paid pack and authorization in your Google account. No one-click installer is included. Installation time, Google execution and received email remain unverified.
Entry Invoices Turnaround days A 2 2 B 3 3 C 1 4 D 4 1 E 2 2
Week Revenue USD Previous 5000 Current 6000
Client Hours Sample Alpha 8 Sample Beta 15 Sample Gamma 6
[
{
"label": "Invoices issued",
"sheet": "Data",
"range": "B2:B6",
"agg": "sum"
},
{
"label": "Average turnaround (days)",
"sheet": "Data",
"range": "C2:C6",
"agg": "average"
},
{
"label": "Revenue (USD, week over week)",
"sheet": "Weekly",
"range": "B2:B3",
"agg": "delta"
},
{
"label": "Client hours (top 3)",
"sheet": "Clients",
"range": "B2:B4",
"labelsRange": "A2:A4",
"agg": "topN",
"n": 3
}
]
Sheets conditional notifications send alerts about cell changes on eligible accounts. That documented event-based behavior differs from this fixed weekly summary. If a change alert solves your problem, you may not need this pack.
Workspace Studio supports scheduled flows where your organization enables it. Check its available actions for your exact report; we have not tested an equivalent Studio flow. Writing your own Apps Script is another option. This pack's offer is editable source and a defined report format, not exclusive access to scheduling.
Google authorization · Quotas (count email recipients) · Trigger timing