dancepants
New Member
- Joined
- Jan 30, 2013
- Messages
- 1
- Office Version
- 2021
- Platform
- Windows
Hi all
I have a customer dataset where each row represents a customer's subscription. Each customer can have one or more subscriptions. I would like to categorize each customer, based on the type and status of their subscriptions, into three groups: "Cancelled", "One time", or "Recurring".
"Cancelled" would be a customer where ALL of their subscriptions are cancelled
"One time" would be a customer that only has a One-time subscription that is active
"Recurring" would be a customer that has at least one Active and recurring subscription
Here's an example of the dataset:
First 3 columns are in my dataset, I need to create the 4th with an excel formula. So my question is, what formula could I use that looks across ALL customer records, and assigns the correct category based on multiple conditions?
Hopefully that's clear. Thanks everyone in advance
I have a customer dataset where each row represents a customer's subscription. Each customer can have one or more subscriptions. I would like to categorize each customer, based on the type and status of their subscriptions, into three groups: "Cancelled", "One time", or "Recurring".
"Cancelled" would be a customer where ALL of their subscriptions are cancelled
"One time" would be a customer that only has a One-time subscription that is active
"Recurring" would be a customer that has at least one Active and recurring subscription
Here's an example of the dataset:
Customer ID | Subscription cancelled date | Recurring Frequency | One-time only? |
1005 | Active | One-time | One-time |
1006 | Cancelled | One-time | Recurring |
1006 | Active | Quarterly | Recurring |
1007 | Cancelled | Quarterly | Cancelled |
1008 | Active | Monthly | Recurring |
1008 | Cancelled | Quarterly | Recurring |
1009 | Cancelled | Monthly | Cancelled |
1009 | Cancelled | One-time | Cancelled |
First 3 columns are in my dataset, I need to create the 4th with an excel formula. So my question is, what formula could I use that looks across ALL customer records, and assigns the correct category based on multiple conditions?
Hopefully that's clear. Thanks everyone in advance