Thread: Q: age column
View Single Post
  #3   Report Post  
PC
 
Posts: n/a
Default

That formula will have errors when the date is near a person's birthday due
to leap year issues.


Try

=DATEDIF(startdate,enddate,"Y") for years

See XL help for more information on this formula.

HTH

PC

"N Harkawat" wrote in message
...
=INT((TODAY()-DATE(LEFT(A1,4),MONTH(MID(A1,5,2)),DAY(RIGHT(A1,2) )))/365)


"JIM.H." wrote in message
...
Hello,
I have a birthday column with YYYYMMDD format and I need to create an

age
column. How can I do that?
Thanks,
Jim.