View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] matt.albery@gmail.com is offline
external usenet poster
 
Posts: 3
Default Birth Date in Range

I have a column with birth dates. I want to assign the individual
birth dates to age groups (21-30, 31-40, etc.). How can I get Excel
to calculate if a birth date falls into a date range, and have it
assign a value.

Is there a function that I could do that is like =IF(C2 IS BETWEEN
6/20/1927 AND 6/20/1937,"X") where C2 is the individual's birth date,
and "X" is placed in the column to symbolize that the individual falls
into that age group. ??