#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Age

HiGuys

I need to be able to report the age of someone at a given point in the future.
I know how to use the year(today) formula which works great for age at
today's date but need to enter a future date, compare this to the date of
birth and report the age that a person will be on the date in the future that
I have entered.
--
thanks
Roy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Age

I wouldn't recommend using YEAR(today()), unless you make the formula more
complicated.
If DoB is between now and the end of the year, =YEAR(TODAY()-YEAR(DoB) will
give the age you will be on your birthday, not the age you are now.

Try =DATEDIF(DoB,Future_Date,"y")
More info at http://www.cpearson.com/excel/datedif.aspx
--
David Biddulph

"Roy Gudgeon" wrote in message
...
HiGuys

I need to be able to report the age of someone at a given point in the
future.
I know how to use the year(today) formula which works great for age at
today's date but need to enter a future date, compare this to the date of
birth and report the age that a person will be on the date in the future
that
I have entered.
--
thanks
Roy



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Age

With DOB in cell A1 and future date in cell B1 try the below...

=DATEDIF(A1,B1,"y")

'OR

=DATEDIF(A1,B1,"y")&" years "&
DATEDIF(A1,B1,"ym")&" months "&
DATEDIF(A1,B1,"md")&" days"

If this post helps click Yes
---------------
Jacob Skaria


"Roy Gudgeon" wrote:

HiGuys

I need to be able to report the age of someone at a given point in the future.
I know how to use the year(today) formula which works great for age at
today's date but need to enter a future date, compare this to the date of
birth and report the age that a person will be on the date in the future that
I have entered.
--
thanks
Roy

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Age

Hi Jacob

about a minute after I posted the question I found a similar question with
an embedded link that pointed me to this formula and I got it too work.
My list of functions (EXcel2007) did not list this function but when I
wrote the syntax it still worked.

really appreciate you replying so promptly

thanks
Roy


--
thanks
Roy


"Jacob Skaria" wrote:

With DOB in cell A1 and future date in cell B1 try the below...

=DATEDIF(A1,B1,"y")

'OR

=DATEDIF(A1,B1,"y")&" years "&
DATEDIF(A1,B1,"ym")&" months "&
DATEDIF(A1,B1,"md")&" days"

If this post helps click Yes
---------------
Jacob Skaria


"Roy Gudgeon" wrote:

HiGuys

I need to be able to report the age of someone at a given point in the future.
I know how to use the year(today) formula which works great for age at
today's date but need to enter a future date, compare this to the date of
birth and report the age that a person will be on the date in the future that
I have entered.
--
thanks
Roy

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Age

The only version of Excel to document DATEDIF was 2000.


Gord Dibben MS Excel MVP

On Mon, 2 Nov 2009 02:56:02 -0800, Roy Gudgeon
wrote:

Hi Jacob

about a minute after I posted the question I found a similar question with
an embedded link that pointed me to this formula and I got it too work.
My list of functions (EXcel2007) did not list this function but when I
wrote the syntax it still worked.

really appreciate you replying so promptly

thanks
Roy




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Age

Hence we usually point readers to http://www.cpearson.com/excel/datedif.aspx
--
David Biddulph

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
The only version of Excel to document DATEDIF was 2000.


Gord Dibben MS Excel MVP

On Mon, 2 Nov 2009 02:56:02 -0800, Roy Gudgeon
wrote:

Hi Jacob

about a minute after I posted the question I found a similar question with
an embedded link that pointed me to this formula and I got it too work.
My list of functions (EXcel2007) did not list this function but when I
wrote the syntax it still worked.

really appreciate you replying so promptly

thanks
Roy




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"