Customer segmentation in Alteryx
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Alteryx Experts,
I am currently trying to map a list of customer (in Table 1) to the customer segments (in Table 2) based on their RFM Score (Column E). The RFM Score is simply the combination of the Recency Score, Frequency Score, and Monetary Score to create a three digit number. I would like to return the customer segment (in Table 2 Column A) for each of the Customer Master Code.
The main issue is that the mapping table is a range of values instead of just one value for each lookup criteria. I assume I will need to do something like a non-exact match vlookup in Excel.
I am new to Alteryx and this is too difficult for me at the moment. I would appreciate if anyone can help me on this. Thanks!
Table 1
Table 2
Herman
Solved! Go to Solution.
- Labels:
- Parse
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Cheers,
Mark
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Ponraj for your prompt reply! It's much appreciated!
However, I don't quite understand the part where you filter the "CountDistinct_Name = 3". Would you mind explaining this? Thanks again!
Herman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That is where I am checking which all customer segments a customer falls under. ie) Customer (RFM) score has to fall under all the three ranges(namely recency, frequency, monetary) to qualify for a segment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Ponraj! You are my hero!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
