dates and ages

  • Thread starter Thread starter mp
  • Start date Start date
M

mp

I have a list of names and birthdates in the format:

Diane 5-2-00
Joey 2-9-01
Nancy 12-16-99

I would like to add a third column that calculates the
ages of the persons listed based on todays date (in days).

Does anyone have any idea how to do this?

Thanks!

mp
 
Hi,

=DATEDIF(B1,TODAY(),"Y")

--
Regards,
Soo Cheon Jheong
Seoul, Korea
_ _
^¢¯^
--
 

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

Back
Top