Connect direct to Salesforce & HubSpot with native formulas
Turn Google Sheets into a CRM command center. Use native formulas like =salesforce_lookup() and =hubspot_search() to query live data from Salesforce and HubSpot—no connectors, no exports. Just one formula, and you're in control.
Hey Product Hunt 👋 Navneet here, Co-founder & CEO at Coefficient (but today I’m just your spreadsheet’s new operator console).
We were inspired by how MCP became the command center for managing AI models and data sources. And we thought—why not bring that level of control to Google Sheets?
So we built it. Meet native Salesforce & HubSpot formulas for Google Sheets.
Imagine doing this in Sheets?
📞 Pass a list of emails to a rep for dials:
=hubspot_lookup("contacts", "Email", A3:A25, "First Name, Last Name, Phone")
💰 Pull Closed Won deals over $10k:
=salesforce_report_search("All Opportunities", "Amount, Stage", "Stage = Closed Won AND Amount > 10000")