Step-by-step guide to building a real-time sales dashboard in Google Sheets. Connect your CRM, map your fields, and get pipeline data updating automatically — without a single CSV export.
A two-tab Google Sheet: a Raw Data tab that receives live CRM events via Autometon, and a Dashboard tab with charts for pipeline-by-stage, win rate, revenue-by-rep, and monthly trend. The dashboard recalculates every time a new event arrives.
Time to set up: ~20 minutes. Prerequisites: a CRM with webhook support (HubSpot, Salesforce, Pipedrive, Zoho), a Google Sheet, a Autometon account (free to start).
Create a new Google Sheet. Rename the first tab Raw Data. Add column headers in row 1: Timestamp, Event Type, Deal Name, Stage, Deal Value, Owner, Close Date, Source. Rename the second tab Dashboard — this is where your charts and formulas will live.
The Raw Data tab is your data layer — no formatting, no formulas. Dashboard is your presentation layer. Keep them separate so the dashboard never breaks when new rows arrive.
Select your CRM from the source list. Copy the unique webhook URL.
HubSpot: Settings → Integrations → Webhooks. Salesforce: Workflow Rules → Outbound Messages. Pipedrive: Tools → Webhooks. Paste the URL and subscribe to deal events.
Update a deal in your CRM. Autometon receives it and auto-detects all fields.
Map deal name, stage, amount, owner, and close date to your Raw Data column headers.
Share your sheet with Autometon's service account email. Click Activate.
In your Dashboard tab, list each pipeline stage in column A and use SUMIF to total values:
=SUMIF('Raw Data'!D:D,"Proposal",'Raw Data'!E:E)
Select the stage names and values, insert a bar chart. This is your pipeline funnel — it updates automatically as deals move stages.
=COUNTIF('Raw Data'!B:B,"deal.won")/(COUNTIF('Raw Data'!B:B,"deal.won")+COUNTIF('Raw Data'!B:B,"deal.lost"))
Insert a pivot table with rows = Owner, values = Deal Value (Sum), filter = Event Type is deal.won.
Add a hidden helper column in Raw Data: =MONTH(A2). Pivot by month to chart revenue over time.
Select your pipeline stage data → Insert → Chart → Bar chart. Title it "Pipeline by Stage". Repeat for rep revenue (bar chart) and monthly trend (line chart). Drag charts to arrange your dashboard layout. Lock the Dashboard tab to prevent accidental edits: right-click tab → Protect sheet.
Click Share → Anyone with the link → Viewer. Send the link to your manager, executives, or finance team. They see live pipeline data without needing CRM access. The sheet updates automatically — no one needs to refresh, export, or send a new version.
Set up your first real-time integration in under 5 minutes. No code, no task limits.
Get Started Free