Hi,
I have a very large banding lookup table which assigns a 'Band number' for a range of continuous values. I want to assign the correct band number to each customer based on the field 'spend value' which is in my primary dataset.
There are 390 bands and the range of values which make up a band are not equal (sometimes the numeric range is 100s and for other bands it's 1000s).
I would use a 'Join' with multiple matching criteria but I cannot in this case as I need to specify a range of values and say:
If [spend value]>=0 && [spend value]<100 Then [Band]=1
If I use the formula tool then I need to write 390 conditions in my statement which I will do if there isn't an easier way.
Can anyone suggest how to do this elegantly using my Banding lookup table (which might also change overtime).
Many thanks in advance for all suggestions - I'm sorry I cannot share an example workflow as I don't know how to efficiently go about this task.
Nicola