+ Reply to Thread
Results 1 to 3 of 3

formulae-count how many days between two dates

  1. #1
    tooks
    Guest

    formulae-count how many days between two dates

    I require a formula that will count how many days between two dates.eg
    23/05/02 and23/05/03. Using the rcommended formula days360(the two
    dates here)gives the answer 1 as in one year.........help meeeee please!

  2. #2
    Ragdyer
    Guest

    re: formulae-count how many days between two dates

    You want the DateDif() function.

    It's undocumented, except in XL2k, so Chip Pearson has fully explained it in
    his web site:

    http://www.cpearson.com/excel/datedif.htm
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------

    "tooks" <tooks@discussions.microsoft.com> wrote in message
    news:A5E5AE38-6510-4C36-BEA9-A2FAA62E5B18@microsoft.com...
    > I require a formula that will count how many days between two dates.eg
    > 23/05/02 and23/05/03. Using the rcommended formula days360(the two
    > dates here)gives the answer 1 as in one year.........help meeeee please!



  3. #3
    Ron Rosenfeld
    Guest

    re: formulae-count how many days between two dates

    On Sun, 15 May 2005 16:31:02 -0700, "tooks" <tooks@discussions.microsoft.com>
    wrote:

    >I require a formula that will count how many days between two dates.eg
    >23/05/02 and23/05/03. Using the rcommended formula days360(the two
    >dates here)gives the answer 1 as in one year.........help meeeee please!


    In Excel, dates are stored as serial numbers. So if you want the actual number
    of days between two dates, merely subtract one from the other.

    A1: 23 May 2002
    A2: 23 May 2003

    B1: =A2-A1 := 365 (format as General)

    =DAYS360(A1,A2) would give a result of 360. This formula is used for certain
    accounting system that assume 30 day months.


    --ron

+ 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