+ Reply to Thread
Results 1 to 4 of 4

Date Calculations

  1. #1
    Registered User
    Join Date
    09-14-2009
    Location
    Edgewater, MD
    MS-Off Ver
    Excel 2007
    Posts
    2

    Date Calculations

    I want to be able to compute the difference between two dates (easy enough) but then want to beable to compute the number of months (up to half months in frequency.

    Example: In this case employee was terminated.

    01/1/09
    08/18/09

    Calculate the number of months up to half months. I would like the comutation to return the answer of 7.5 months.

    I am doing this to compute payroll for a small office for budget calculations.

    So the formula must also take into account the employee start date (if(year (x) < year(y-current year) then return a months worked value of 12), else compute the number of months.

    AS WELL, the formula must take into the situation above whereby the employees left or was terminated and compute the months worked based on the END date.

    Thanks for any help.


  2. #2
    Registered User
    Join Date
    09-14-2009
    Location
    Edgewater, MD
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Date Calculations

    I did figure this out. I used a start date column, first of the year constant and end date column. However, I cannot figure how to round to the nearest half month.

    IF(AND(YEAR(A2)<YEAR(B2),YEAR(C2)>YEAR(B2)),12,IF(YEAR(A2)<YEAR(B2),(C2-B2)/30,(C2-A2)/30))

    A2=Start Date
    B2=First of Year
    C2=End Date

    Any help is appreciated.


  3. #3
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Date Calculations

    Dont know what i did but seems working
    Please Login or Register  to view this content.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  4. #4
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Date Calculations

    ooooops it seems not working
    try this for 2007
    Please Login or Register  to view this content.
    For all versions
    Please Login or Register  to view this content.
    Last edited by contaminated; 09-14-2009 at 04:32 PM.

+ 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