View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
DHANRAJ
 
Posts: n/a
Default To Calculate age in a cell

My DOB is in dd:mm:yy format and when I give the formula I get get a return
value #VALUE!.

"bpeltzer" wrote:

If the DOB is in B2, =DATEDIF(B2,TODAY(),"y") will give you the age.

"DHANRAJ" wrote:

I am entering Date of birth in a cell and i would like to calculate age in
another cell. how to do about it ?