+ Reply to Thread
Results 1 to 4 of 4

Datedif

  1. #1
    Jennifer
    Guest

    Datedif

    A1 has a hire date and I want to find the difference in days/years between A1
    and a specific date (10/21/1994).
    I'm not very familiar with date functions, can someone help me?

    --
    Thanks!
    -Jennifer

  2. #2
    Dave Peterson
    Guest

    Re: Datedif

    As a worksheet function???

    Take a look at Chip Pearson's site for =DateDif()
    http://www.cpearson.com/excel/datedif.htm



    Jennifer wrote:
    >
    > A1 has a hire date and I want to find the difference in days/years between A1
    > and a specific date (10/21/1994).
    > I'm not very familiar with date functions, can someone help me?
    >
    > --
    > Thanks!
    > -Jennifer


    --

    Dave Peterson

  3. #3
    Jennifer
    Guest

    Re: Datedif

    Yes, as a worksheet function ( I think ? )
    I've looked on that site and can't follow the information (my lack of excel
    knowledge) I need it spelled out for me, Sorry.
    --
    Thanks!
    -Jennifer


    "Dave Peterson" wrote:

    > As a worksheet function???
    >
    > Take a look at Chip Pearson's site for =DateDif()
    > http://www.cpearson.com/excel/datedif.htm
    >
    >
    >
    > Jennifer wrote:
    > >
    > > A1 has a hire date and I want to find the difference in days/years between A1
    > > and a specific date (10/21/1994).
    > > I'm not very familiar with date functions, can someone help me?
    > >
    > > --
    > > Thanks!
    > > -Jennifer

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: Datedif

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

    This will return a string like

    33 years, 9 months, 18 days


    Copied from Chip's site.

    =DATEDIF(DATE(1994,10,21),A1,"y") & " years, " &
    DATEDIF(DATE(1994,10,21),A1,"ym") & "months, "
    & DATEDIF(DATE(1994,10,21),A1,"md") & " days"

    Jennifer wrote:
    >
    > Yes, as a worksheet function ( I think ? )
    > I've looked on that site and can't follow the information (my lack of excel
    > knowledge) I need it spelled out for me, Sorry.
    > --
    > Thanks!
    > -Jennifer
    >
    > "Dave Peterson" wrote:
    >
    > > As a worksheet function???
    > >
    > > Take a look at Chip Pearson's site for =DateDif()
    > > http://www.cpearson.com/excel/datedif.htm
    > >
    > >
    > >
    > > Jennifer wrote:
    > > >
    > > > A1 has a hire date and I want to find the difference in days/years between A1
    > > > and a specific date (10/21/1994).
    > > > I'm not very familiar with date functions, can someone help me?
    > > >
    > > > --
    > > > Thanks!
    > > > -Jennifer

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1