PC Review


Reply
Thread Tools Rate Thread

Date and years calculation

 
 
maniarasan
Guest
Posts: n/a
 
      11th Jun 2010
Hi,

Consider a cell value (i.e date of birth) is 04/06/1990 (mm/dd/yyyy)
and another cell value (i.e date when completed graduation) is
06/06/2008.

I want the formula or excel program to find the actual years and
months after graduation to till date(sys date).

Please help me on this.


Thanks
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      11th Jun 2010
You can use the DATEDIF function for this. As this is not included in
XL Help, I refer you to Chip Pearson's excellent description on his
website:

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

Hope this helps.

Pete

On Jun 11, 8:57*am, maniarasan <maniarasa...@gmail.com> wrote:
> Hi,
>
> Consider a cell value (i.e date of birth) is 04/06/1990 (mm/dd/yyyy)
> and another cell value (i.e date when completed graduation) is
> 06/06/2008.
>
> I want the formula or excel program to find the actual years and
> months after graduation to till date(sys date).
>
> Please help me on this.
>
> Thanks


 
Reply With Quote
 
Don Guillett Excel MVP
Guest
Posts: n/a
 
      11th Jun 2010
On Jun 11, 2:57*am, maniarasan <maniarasa...@gmail.com> wrote:
> Hi,
>
> Consider a cell value (i.e date of birth) is 04/06/1990 (mm/dd/yyyy)
> and another cell value (i.e date when completed graduation) is
> 06/06/2008.
>
> I want the formula or excel program to find the actual years and
> months after graduation to till date(sys date).
>
> Please help me on this.
>
> Thanks


Where a4 is the earlier date
=DATEDIF(A4,B4,"y")&" yrs "&DATEDIF(A4,B4,"ym")&" mths"
Don Guillett Excel MVP
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
need held for auto date calculation for adding years and substract srinivas Microsoft Excel New Users 1 3rd Oct 2008 06:54 PM
Date Calculation for years of Service DWillis Microsoft Access Getting Started 11 6th May 2008 07:16 PM
Years and Months age calculation? Poida3934 Microsoft Access Forms 2 7th Oct 2007 03:51 PM
Years of Service Calculation =?Utf-8?B?SlM=?= Microsoft Excel Worksheet Functions 2 24th Apr 2006 07:47 PM
Handling Leap Years in Calculation Jim Schlotz Microsoft Excel Worksheet Functions 1 29th Oct 2003 11:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:11 AM.