Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Calculating an age at a certain date

I have to determine the age of an employee on the day they start employment
and the day they end employment. I have their birthdate in Column A, date of
hire in Column B, date of termination in Column C. I have too many names to
do this by hand. What is the formula for calculating the Age on their Date
of Hire (Column D) and the Age on their Date of Termination (Column E). Any
help would be appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Calculating an age at a certain date

Use the DATEDIF function, described here on Chip Pearson's site:

http://www.cpearson.com/excel/datedif.aspx

(it is not described in Excel Help, other than in XL 2000).

Hope this helps.

Pete

On Apr 23, 1:16*pm, HelpDeb wrote:
I have to determine the age of an employee on the day they start employment
and the day they end employment. *I have their birthdate in Column A, date of
hire in Column B, date of termination in Column C. *I have too many names to
do this by hand. *What is the formula for calculating the Age on their Date
of Hire (Column D) and the Age on their Date of Termination (Column E). *Any
help would be appreciated!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Calculating an age at a certain date

Hi,

Put this In d1
=DATEDIF($A$1,B1,"y")
Drag to E1

Mike

"HelpDeb" wrote:

I have to determine the age of an employee on the day they start employment
and the day they end employment. I have their birthdate in Column A, date of
hire in Column B, date of termination in Column C. I have too many names to
do this by hand. What is the formula for calculating the Age on their Date
of Hire (Column D) and the Age on their Date of Termination (Column E). Any
help would be appreciated!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Calculating an age at a certain date

That shouls
d have been

=DATEDIF($A1,B1,"y")

Now it can be dragged down

"Mike H" wrote:

Hi,

Put this In d1
=DATEDIF($A$1,B1,"y")
Drag to E1

Mike

"HelpDeb" wrote:

I have to determine the age of an employee on the day they start employment
and the day they end employment. I have their birthdate in Column A, date of
hire in Column B, date of termination in Column C. I have too many names to
do this by hand. What is the formula for calculating the Age on their Date
of Hire (Column D) and the Age on their Date of Termination (Column E). Any
help would be appreciated!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Calculating an age at a certain date

That is so cool! Thanks for your help. You're the man!

"Mike H" wrote:

Hi,

Put this In d1
=DATEDIF($A$1,B1,"y")
Drag to E1

Mike

"HelpDeb" wrote:

I have to determine the age of an employee on the day they start employment
and the day they end employment. I have their birthdate in Column A, date of
hire in Column B, date of termination in Column C. I have too many names to
do this by hand. What is the formula for calculating the Age on their Date
of Hire (Column D) and the Age on their Date of Termination (Column E). Any
help would be appreciated!

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
Calculating using a date Diane Excel Discussion (Misc queries) 4 May 17th 07 04:59 PM
Calculating Difference Between Start Date & Time And End Date & Ti Samwar Excel Discussion (Misc queries) 2 December 19th 05 12:42 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM
Calculating days between current date and a date in future NETWORKDAYS() function Faheem Khan Excel Worksheet Functions 2 February 10th 05 07:18 PM
Calculating due date? Loyalise Excel Worksheet Functions 2 November 2nd 04 07:38 AM


All times are GMT +1. The time now is 02:48 AM.

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

About Us

"It's about Microsoft Excel"