Back to Blog

How to Build a Lead Tracking Spreadsheet in Google Sheets

D
David De Souza
May 4, 2026
Illustration of a lead tracking spreadsheet in Google Sheets with lead names, sources, status, and follow-up dates

A lead tracking spreadsheet is the first thing a sales team needs before they're ready for a CRM. It captures the basics — who came in, where they came from, who owns them, and what happened — and it gives you enough data to understand your lead flow without the overhead of a full CRM setup.

Your Lead Log

One row per lead. Columns: lead name, company, email, phone, lead source (where they came from — website, referral, event, cold outreach, etc.), owner (which rep is working it), status (New, Contacted, Qualified, Proposal Sent, Won, Lost), next follow-up date, and notes.

Use data validation on Source, Owner, and Status to keep entries consistent. The whole tracker falls apart if reps are typing different variations of the same thing.

Tracking Follow-Up Dates

Add a Days Until Follow-Up column:

=IF(I2="", "", I2-TODAY())

Where I2 is the next follow-up date. Apply conditional formatting: red if negative (overdue), amber if 0-2 days, green if 3+. Sort by this column at the start of each day to see who needs immediate attention.

Lead Volume by Source

Build a pivot table from your lead log. Add Source to Rows and add Lead Name to Values (set to COUNTA). This shows how many leads came from each source this month. Add a Won count alongside it using COUNTIFS:

=COUNTIFS(LeadLog!F:F, A2, LeadLog!G:G, "Won")

Divide Won by total leads from that source to get your conversion rate by source. This tells you which channels produce the most closeable leads, not just the most leads.

Owner Leaderboard

Add an owner summary showing each rep's leads, contacts made, and wins. Use COUNTIFS:

=COUNTIFS(LeadLog!F:F, A2)
=COUNTIFS(LeadLog!F:F, A2, LeadLog!G:G, "Won")

This gives you conversion rate by rep — useful for spotting where coaching is needed.

The Easy Way: Using SheetXAI in Google Sheets

Example 1: You're starting fresh or have some lead data already in the sheet.

"Build a lead tracking spreadsheet with columns for lead name, company, source, owner, status, and follow-up date. Add overdue follow-up flags, a source breakdown showing leads and wins by channel, and a rep summary with conversion rates."

SheetXAI builds the tracker structure, adds the follow-up logic, and builds the summary views.

Example 2: Your leads come from your CRM or marketing tools.

"Pull leads from HubSpot from the last 90 days and build a tracker showing source, owner, status, and follow-up dates, with a source conversion analysis."

SheetXAI connects to HubSpot, pulls the leads, and builds the full tracker.

Try SheetXAI free and see what it builds for you.


Published May 2026. See also: How to Build a Sales Pipeline Tracker in Google Sheets, How to Build a Hiring Pipeline Tracker in Google Sheets, and Google Sheets AI Guide.

Stop memorizing formulas.
Tell your spreadsheet what to do.

Join 3,000+ professionals saving hours every week with SheetXAI.

Learn more