Last Updated: Loading...
Auto-refreshes every Monday at 8:00 AM
Tracking 9 Company Pipelines with Streak CRM
Loading pipeline data...
Total Leads
0
Campaign Duration
0
months running
Avg Leads/Month
0.0
new leads/month
Objective Achievement
0%
of 10 leads/month
| Name | Stage | FIT | INTEREST | Last Updated |
|---|
Pull live data directly into your spreadsheets
Use the IMPORTDATA() function in Google Sheets to import live data from your pipeline.
The data updates automatically when you refresh your sheet.
Tip: Copy the formulas below and paste them directly into your Google Sheets cells.
Total Boxes
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/total")
Closing
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/stage/Closing/count")
Negotiating
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/stage/Negotiating/count")
Nurtering
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/stage/Nurtering/count")
Proposal Sent
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/stage/Proposal Sent/count")
High FIT
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/fit/high/count")
Medium FIT
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/fit/medium/count")
Low FIT
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/fit/low/count")
High INTEREST
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/interest/high/count")
Medium INTEREST
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/interest/medium/count")
Low INTEREST
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/interest/low/count")
Current Company:
These formulas are specific to the currently selected company. Switch companies to see different formulas.
Get total number of leads for
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/mabsilico/total")
📅 Campaign Duration
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/mabsilico/duration/total")
Returns months
🔥 Past Week
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/mabsilico/week/count")
January 2026
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/mabsilico/month/2026-01/count")
December 2025
=IMPORTDATA("https://client.gershoncrm.com/api/sheets/mabsilico/month/2025-12/count")
• Total Leads: /api/sheets/COMPANY/total
• Campaign Duration: /api/sheets/COMPANY/duration/total (months)
• Weekly Leads: /api/sheets/COMPANY/week/count
• Monthly Leads: /api/sheets/COMPANY/month/YYYY-MM/count
• Achievement %: =IMPORTDATA(url)/10*100
💡 Tip: Replace YYYY-MM with any month (e.g., 2026-02, 2025-11) to track different periods.