The simplest way to do this is to use the Insert if/else column step to set up multiple rules based on the activity values associated with each person.
I mocked out your data below so you can see how to set up those rules.
You can start by creating a new column. In this example, I’m creating a new column called Descriptor. Next, you can target the Number column to set your conditionals.
For example, if the value in your Number column is greater than or equal to 0 and is less than 100, set the value of the Descriptor column to somewhat active
You can add additional rules to include each tier of an activity descriptor.