R
ROn Stalenberg
Having extracted data from an uncooperative piece of software, it gave me the
dates of birth in the format: 4/21/1998. I need to calculate the age of these
people -THis can be done using DATEDIF(F2,NOW(),"y")&" years,
"&DATEDIF(F2,NOW(),"ym")&" months" - - but seems the date format required
for the calculation is 21/4/1998.
How can I either fix the formula or change the dates into the required format?
dates of birth in the format: 4/21/1998. I need to calculate the age of these
people -THis can be done using DATEDIF(F2,NOW(),"y")&" years,
"&DATEDIF(F2,NOW(),"ym")&" months" - - but seems the date format required
for the calculation is 21/4/1998.
How can I either fix the formula or change the dates into the required format?