View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default date calculation

Hi

Try
=DATEDIF(startdate,dob,"y")

--
Regards

Roger Govier


"praveen" wrote in message
...
I am using the date function to calculate the age of a person by using
DATE(YYYY,MM,DD) - DOB . and result cell format will chage to YY

NOW i want to calculate the age with some numaric value.

pelase help

Praveen
Excel User