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.
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
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.
Thanks Ponraj! You are my hero!