![]() |
How can I get an age using todays date and date of birth?
I'm using a spreadsheet where I need ages listed. Is there a formula that
can be used to compute the age if I use todays date and date of birth? So far I am not having any luck. Thanks for any help you may provide. I am using Excel 2000. |
How can I get an age using todays date and date of birth?
assuming the birthdate is in cell A1
=YEAR(NOW())-YEAR(A1) "tjw1313" wrote: I'm using a spreadsheet where I need ages listed. Is there a formula that can be used to compute the age if I use todays date and date of birth? So far I am not having any luck. Thanks for any help you may provide. I am using Excel 2000. |
How can I get an age using todays date and date of birth?
Actually, I don't think that last formula will work under certain
circumstances. You should check out the DATEDIF formula in excel help. For the "end date" part of the formula, use TODAY() which will dynamically put in today's date. "tjw1313" wrote: I'm using a spreadsheet where I need ages listed. Is there a formula that can be used to compute the age if I use todays date and date of birth? So far I am not having any luck. Thanks for any help you may provide. I am using Excel 2000. |
How can I get an age using todays date and date of birth?
Dave Peterson - Thank you! The web site you suggested worked great!
"Dave Peterson" wrote: Take a look at Chip Pearson's site for =DateDif() http://www.cpearson.com/excel/datedif.htm tjw1313 wrote: I'm using a spreadsheet where I need ages listed. Is there a formula that can be used to compute the age if I use todays date and date of birth? So far I am not having any luck. Thanks for any help you may provide. I am using Excel 2000. -- Dave Peterson |
All times are GMT +1. The time now is 05:11 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com