In sales and marketing, knowing your leads and their behaviors is critical. PQL scoring is a method that helps businesses identify leads who have shown buying intent by engaging with your product.
But the intricate process of data analysis and the task of attributing a Product Qualified Lead (PQL) score can be intimidating because of the following:
- Scattered data across multiple systems, making it difficult to gain a comprehensive view of leads.
- Time-consuming processes that delay insights and slow down decision-making.
- Lack of product engagement activity used in traditional lead-scoring methods, leading to missed opportunities and a seemingly heavy lift required to shift to PQL scoring.
Whether your company is solely focused on product-led or attempting to experiment with a product-led motion, you’re in luck. PQL scoring can actually be fairly simple and implemented today.
This blog post will guide you on how you can utilize Coefficient and AI to compute a PQL score from your database and directly load it into your CRM, so your team can focus efforts on the highest potential leads.
How-to-Guide: Streamlining Product Qualified Lead Scoring
Coefficient is a free Google Sheets add-on that allows you to connect your business systems to Google Sheets and sync real-time data into your spreadsheet.
Before you start cleaning your data, install Coefficient.
Open Google Sheets. Click Extensions in the top ribbon and select ‘Add-ons’ -> ‘Get add-ons.’
![get the coefficient extension](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-get-coefficient.png)
Input “Coefficient” in the Google Workspace Marketplace search menu and select the Coefficient app.
![install the coefficient data connector from the workspace marketplace](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-coefficient-workspace-marketplace.png)
Click ‘Allow’ to grant Coefficient access to your Google account.
![grant coefficient permission to access your account](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-coefficient-permissions.png)
Return to your spreadsheet menu and start Coefficient by clicking Extensions -> Coefficient -> Launch.
![Launch Coefficient from your spreadsheet](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-launch-coefficient.png)
Now you can start pulling data from your database into Google Sheets. In this example, we’ll pull Snowflake data into Google Sheets. Click ‘Import from…’ on the Coefficient sidebar to do this.
![select your data source](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-import-from.png)
Select Snowflake as your data source.
![choose snowflake as your data source](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-snowflake.png)
Provide the required credentials to set up the Google Sheets Snowflake connection.
![log into snowflake](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-connect-snowflake.png)
Coefficient lets you connect Snowflake to Google Sheets through two main methods: Tables and columns or through custom SQL queries.
Note: In this example, we’ve already imported our data. Check out this blog for a full tutorial on how to export your Snowflake Data into Google Sheets.
Once the data is imported, we’ll create a formula to calculate the PQL score based on the lead’s activities using GPT Copilot’s Formula Builder.
![calculate PQL score following lead activities](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-lead-activities.png)
Select ‘GPT Copillot’ from the Coefficient menu.
![select gptcopilot from the menu](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-gpt-copilot.png)
Click ‘Formula Builder.’
![select formula builder](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-formula-builder.png)
Next, we’ll describe the formula we want the Formula Builder to create for us, using three variables: Last_Login_Data, Imports_Created, and Shared_Reports.
In our example, we’ve assigned a scoring system:
- If a user in the activity database has logged in, created an import, or shared a report, their PQL Score will be 5.
- If they’ve only logged in and created an import without sharing a report, their PQL score will be 3.
- If they’ve only logged in without any activity, their PQL score will be 1.
- If they haven’t done anything, their score will be 0.
Describe the criteria to the Formula Builder using the text box: “calculate a PQL score that looks to see whether column C3, D3, and E3 are empty. If all three columns are empty, then PQL score is 0. If two of the three columns is blank, then the PQL score is 1. If one of the three columns are blank, then PQL score is 3. Otherwise the PQL score is 5. Source dataset is in ‘Product Activity by Customer’!A3:E3.”
Click ‘Build.’
![describe the formula you want to build](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-build-formula.png)
Copy and paste the formula into the empty cell below ‘PQL Score.’
![copy the formula and paste it into the menu](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-copy-paste.png)
Click the checkmark in the pop-up to apply the formula to the entire column automatically.
![accept the autofill to apply the formula to the column](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-autofill.png)
Now that you’ve calculated the PQL score, you’ll want to export the data to Salesforce so your Sales Team knows which leads are the most promising and should be prioritized.
In this example, our Salesforce contacts are in the second tab of our sheet alongside a blank column without any PQL Scores, indicating we need to update this information in Salesforce.
![open the salesforce contacts tab](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-salesforce-contacts.png)
Now, we’ll use the Formula Builder to create a formula that will connect our data sets by Contact ID: “Look up a Snowflake User’s Salesforce Contact ID by using their Snowflake User ID to return the Salesforce Contact ID. The Snowflake User ID is on tab Product Activity by Customer in cell A3. The Salesforce Contact ID is on tab ‘ Salesforce Contacts’ in column B.”
Click ‘Build.’
![use the formula builder to connect the two tabs](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-connect-data.png)
Copy the formula and paste it into the empty cell below ‘Salesforce ID.’
![Coefficient Excel Google Sheets Connectors](https://coefficient.io/wp-content/uploads/2024/02/Coefficient-Excel-Google-Sheets-Connectors-1024x783.png)
Stop exporting data manually. Sync data from your business systems into Google Sheets or Excel with Coefficient and set it on a refresh schedule.
![](https://coefficient.io/wp-content/uploads/2024/02/blog-form-cta.png)
![copy and paste the formula in the open cell](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-copy-paste-formula.png)
Accept the suggestion to autofill the entire column once more.
![accept the autofill once more](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-accept-autofill.png)
Now let’s export this data to Salesforce to update the PQL score.
Return to the Coefficient menu and click ‘Export to…’
![now export the data to salesforce](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-export-salesforce.png)
Click ‘Salesforce’ as the source.
![choose coefficient as your destination](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-salesforce-destination.png)
Select ‘Row 2’ in the Header row dropdown.
![select the header rows](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-header-rows.png)
Select ‘Contact’ as your object and ‘Update’ as your action and click ‘Next.’
![choose contact as your object](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-contact-objects.png)
Scroll down to the Salesforce ID in the Field Mappings menu.
![map each field accordingly](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-map-fields.png)
Map the Salesforce ID to ‘Contact ID.’
![map salesforce pql score and contact ID](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-map-pql-contactid.png)
Click ‘Next.’
![click next](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-click-next.png)
Confirm your information is entered correctly, and click ‘Export…’
![confirm your data is correct and click confirm](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-confirm-data.png)
Choose to update ‘All rows on sheet’ and click ‘Next…’
![update all rows on sheet](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-update-all-rows.png)
Wait for your data to update.
![wait for your data to update](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-update.png)
Click ‘Done’ when the update is complete.
Return to the Salesforce Contacts tab to verify the update.
![check the salesforce tab to confirm the update](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-saleforce-update.png)
Click ‘Refresh’ at the top of the screen.
![click refresh to confirm pql score update](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-refresh.png)
And with just a few clicks and the Coefficient Formula Builder, you’ve analyzed Snowflake product activity to assign a PQL score and upload it to Salesforce.
![pql score is now updated in salesforce](https://coefficient.io/wp-content/uploads/2023/07/pql-scoring-update-confirmed.png)
https://www.youtube.com/watch?v=8RaB0jPjiwU
Effortlessly Prioritize Leads Using Coefficient and ChatGPT to Calculate a PQL Score
With the combined power of Coefficient and GPT, analyzing data to assign leads a PQL score has never been easier. Plus, you can seamlessly push these updates to Salesforce in just a few clicks without leaving your spreadsheet.
Ready to get started? Install Coefficient for free today and see firsthand how it can streamline your marketing and sales Operations.