+ Reply to Thread
Results 1 to 2 of 2

IF functions, Date Formulas

Hybrid View

  1. #1
    Registered User
    Join Date
    02-06-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    34

    IF functions, Date Formulas

    Hi All,

    I'm just hoping for a bit of help on a formula i need for a spreadsheet that i have attached.

    In column AD starting in cell AD7 i need a formula that...

    Looks at the Group Join Date (Column G) and if this date is before the Financial Year Start Date (Cell E2) then divide column AC by 9 and times by 12 to get an annualised amount.

    But if the Group Join Date (Column G) is after than the Financial Year Start Date (Cell E2) column AC needs to be divided by how many months they have been here including the month they started then times by 12. So if the Financial Year Start Date is 01/07/13 and the Group Join Date is 01/10/13 then column AC will need to be divided by 4 then times by 12.

    Im not sure if this needs to be done in 2 stages to figure out how many months people that have started after the financial year start date have worked here for before annualising but any help would be amazing.

    Thanks!

    Workplace Profile TEST.xlsx

  2. #2
    Registered User
    Join Date
    06-29-2011
    Location
    MUMBAI
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    85

    Re: IF functions, Date Formulas

    Hi,

    This try this formula
    =+IF($E$2>G9,U9/9*12,U9*12/((YEAR(G9)-YEAR($E$2))*12+(MONTH(G9)-MONTH($E$2))))

    Hope it helps

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. DATE RANGES and other functions, formulas
    By isrdebie in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-20-2006, 11:55 PM
  2. [SOLVED] functions/formulas
    By Lara Leigh in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-17-2006, 11:20 PM
  3. [SOLVED] Using formulas/functions
    By Lucylambkin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-11-2005, 12:50 PM
  4. What Formulas or Functions to use??!!!
    By aeiou in forum Excel General
    Replies: 2
    Last Post: 07-26-2005, 11:27 PM
  5. functions/formulas
    By AccountantPB in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-12-2005, 11:06 PM

Tags for this Thread

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