Hello-
I have data as this: How would be cleanest way to do this. to populate the blank column
Name age Category
Joe 19
Sue 24
Berli 10
I would l calculate the age category so that
age <12 = child
12-17 - Adolescent
18+ = adult
Name age category
Joe 16 Adolescent
Sue 24 Adult
Berli 10 Child
I have data as this: How would be cleanest way to do this. to populate the blank column
Name age Category
Joe 19
Sue 24
Berli 10
I would l calculate the age category so that
age <12 = child
12-17 - Adolescent
18+ = adult
Name age category
Joe 16 Adolescent
Sue 24 Adult
Berli 10 Child