Share via

IFS Function Excel 2016

Anonymous
2016-06-29T03:51:06+00:00

If I have a column of ages and I want to create a new column named age group with the following criteria:

- Youth (<25)
- Young Adults (25-34)
- Adults (35-64)
- Seniors (64+)

What should my formula be?
Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2016-06-29T04:18:23+00:00

Hi

Assuming ages in column A, put following formula in A1 (or first row as appropriate) and copy down:

=IF(A1<25,"Youth",IF(A1<35,"Young adults",IF(A1<64,"Adults","Seniors")))

Regards

Murray

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful