Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Birthday Calculations

Hi All,

I am looking for a formula to do the following.

I have a cell that has a date in it. Example: 09/15/2006
I have a person I want to be specific age. Example: 12 years old
I have the person's birth Month and Year: Example 12/31

I want to calculate the persons birthday as of the value of cell 1
(09/15/2006) using the specific age and birth Month and Year. In the example
the result would be 12/31/1993.

Any help would be appreciated,

Jill

So my formula on 09/15/2006 a 12 year old born on 12/31 should have a
birthday of 12/31/
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Birthday Calculations


If I understand you correctly and assuming that you have 12/31 in cell (in
my example B1), formatted as m/d and the date 09/15/06 in A1 try:

=DATE(YEAR(A1)-12-(DATE(YEAR(A1),MONTH(B1),DAY(B1))A1),MONTH(B1),DA Y(B1))


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"WiVikeFan" wrote in message
...
Hi All,

I am looking for a formula to do the following.

I have a cell that has a date in it. Example: 09/15/2006
I have a person I want to be specific age. Example: 12 years old
I have the person's birth Month and Year: Example 12/31

I want to calculate the persons birthday as of the value of cell 1
(09/15/2006) using the specific age and birth Month and Year. In the
example
the result would be 12/31/1993.

Any help would be appreciated,

Jill

So my formula on 09/15/2006 a 12 year old born on 12/31 should have a
birthday of 12/31/



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
order of calculations in Excel Kickseek Excel Worksheet Functions 3 August 18th 06 02:26 PM
complex calculations juliadesi Excel Discussion (Misc queries) 6 March 17th 06 01:14 PM
Birthday calculations JC Excel Discussion (Misc queries) 10 February 26th 06 12:44 PM
Calculations crossing multiple sheets Stephen McArthu Excel Discussion (Misc queries) 4 June 6th 05 04:35 PM
time interval calculations in excel Krishna Excel Discussion (Misc queries) 6 April 8th 05 02:57 PM


All times are GMT +1. The time now is 09: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"