Lead Tracker Template
A lightweight CRM in a spreadsheet: log leads with their stage, source, and next-action date, then count leads per stage and calculate your conversion rate automatically.
Stage, conversion & follow-up formulas
Leads in a stage: =COUNTIF(StageRange,"Negotiation") Conversion rate: =COUNTIF(StageRange,"Won")/COUNTA(LeadNames) (format as %) Follow-ups due: =COUNTIFS(NextActionRange,"<="&TODAY(),StageRange,"<>Won") Source breakdown: =COUNTIF(SourceRange,"Referral")
Try it free
2 of 2 free tries leftHow to use it
- Create columns for lead name, source, stage, owner, and next-action date.
- Use COUNTIF to see how many leads sit in each stage.
- Calculate conversion rate as won leads divided by total leads.
- Use COUNTIFS to surface follow-ups due today or earlier.
- For a full pipeline value forecast, describe your fields in SheetFix AI to get the weighted SUMPRODUCT.
Related
Build your own version in seconds
Describe the tweak you need — SheetFix AI writes the formula.