Case Study: Analyzing Customer Churn in Excel
Jess Ahmet
Content Developer, DataCamp
$$
Prerequisite courses:
- Introduction to Excel
- Data Preparation in Excel
- Data Visualization in Excel
- Data Analysis in Excel
Solving customer churn
$$
The churn rate, also known as the rate of attrition or customer churn, is the rate at which customers stop doing business with an entity
There are multiple ways to calculate churn:
$$
Simplified formula
Churn rate = customers' lost / total number of customers
Churn rate = 10 / 100
10 / 100 = 10%
Key characteristics
Dimensions
Column name | Description |
---|---|
Customer_id | The unique ID that identifies a customer |
Churn Label | Contains 'Yes' or 'No' to indicate if a customer churned. |
Demographic fields | Age, Gender, State, ... |
Premium plans | Unlimited Data, International Plan, ... |
... | ... |
Measures
Column name | Description |
---|---|
Total charges | Sum of all monthly charges |
Monthly charge | The average of all monthly charges billed to the customer |
Extra data charges | Extra charges for data downloads above the specified customer plan |
Extra international charges | Extra charges for international calls for customers not on an international plan |
Customer service calls | Number of calls made to customer service |
... | ... |
Case Study: Analyzing Customer Churn in Excel