+ Reply to Thread
Results 1 to 2 of 2

=DATEDIF(B14,B4,"m")

  1. #1
    Registered User
    Join Date
    08-16-2004
    Posts
    34

    =DATEDIF(B14,B4,"m")

    I've used the formula =DATEDIF(B14,B4,"m") for calculating the number of months between two date. Changing the m to a y does the number of years.

    How can I the number of quarter years? I've tried the logical Q to no joy!

    Also need to know the termly figure? ie How many 4 month segments (in one year the value would be 3)

    Any suggestion much appreciated

  2. #2
    JE McGimpsey
    Guest

    Re: =DATEDIF(B14,B4,"m")

    How about:

    Quarters:

    =DATEDIF(B14,B4,"m")/3


    Or, if you only want whole quarters, rather than fractional quarters
    (there's a pun in there somewhere):

    =INT(DATEDIF(B14,B4,"m")/3)

    For 4-month segments:

    =DATEDIF(B14,B4,"m")/4




    In article <[email protected]>,
    teeb <[email protected]> wrote:

    > I've used the formula =DATEDIF(B14,B4,"m") for calculating the number of
    > months between two date. Changing the m to a y does the number of
    > years.
    >
    > How can I the number of quarter years? I've tried the logical Q to no
    > joy!
    >
    > Also need to know the termly figure? ie How many 4 month segments (in
    > one year the value would be 3)


+ 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