Formula to group into Age Ranges
It is quite easy, i have done it in the past.
You need to do an IF statement on your ages,
Say you had
Age (column c)
16
21
30
and age groups of <16, 17 to 20 and 20 to 30.
=if(c1<16,"Less 16",if(c1<21,"17 to 20","20 to 30"))
Thats the general idea. I havent checked this, but thats the jist.
Sorry if its vague, just answering this whilst waiting for my own response :o)
"Donna" wrote:
In column K I have ages calculated from birthdates.
In Column L I would like to translate these ages into age groups, from which
I will later create a pivot chart to show the frequency of each age group.
I need a formula to translate the ages in Column K into age ranges in Column
L (16-20, 21-30, 31-40, 41-50, 51-60, 61-70, 71-80).
Can anyone tell me in layman's terms how this can be done and what I need to
enter where?
Thanks for reading!
|