Using a dataset to segment data

Options
PhilippeDulac
PhilippeDulac Registered Posts: 11 ✭✭✭

Hi,

I would like to associate a "category" to my data depending on values in a column and ranges defined on another dataset.

Categories definition dataset :

age categoryminmax
A010
B1120
C2130
D3145

My_data dataset :

NameageCategory
XXX8A
YYY22C

What is the best way to determine category in my_data ?

Thanks in advance for your help,

Philippe

Best Answer

Answers

Setup Info
    Tags
      Help me…