Could someone pls assist?
Below is snap shot of my data
EnrolmentDate DOB Age_Range
30/09/1990 12/10/1961
09/02/1991 14/09/1970
18/07/2000 17/02/1972
17/03/1996 19/07/1975
My intended output is to have a column named Age Range which will be grouped based on {EnrolmentDate-DOB}. How can I group the outcome of {EnrolmentDate-DOB} to fall within these ranges:
< 20, 20-24, 25-34, 35-44, 45+. I’m currently using CR9 and DB is SQL server 2000
Below is snap shot of my data
EnrolmentDate DOB Age_Range
30/09/1990 12/10/1961
09/02/1991 14/09/1970
18/07/2000 17/02/1972
17/03/1996 19/07/1975
My intended output is to have a column named Age Range which will be grouped based on {EnrolmentDate-DOB}. How can I group the outcome of {EnrolmentDate-DOB} to fall within these ranges:
< 20, 20-24, 25-34, 35-44, 45+. I’m currently using CR9 and DB is SQL server 2000