Age formula

T

Trish

Hi all,

I need to compute ages (as of 6-1-04) from dates of birth
on a speadsheet I'm working on. Anyone have the formula
for that?

Thanks in advance!
Trish
 
R

Ron Rosenfeld

Hi all,

I need to compute ages (as of 6-1-04) from dates of birth
on a speadsheet I'm working on. Anyone have the formula
for that?

Thanks in advance!
Trish

=DATEDIF(dob,DATE(2004,6,1),"y")

--ron
 
C

cincode5

Trish,

Try using the following:
=IF(DATE(2004,6,1)=F11,IF(TODAY()-G11>365,INT((TODAY()-G11)/365)&" Years",TODAY()-G11&" Days"),"")

F11 = the as of date
G11 = DOB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top