+ Reply to Thread
Results 1 to 3 of 3

Equation to add X hours every Fortnight

Hybrid View

Trace86 Equation to add X hours every... 09-28-2011, 02:42 AM
daddylonglegs Re: Equation to add X hours... 09-28-2011, 03:57 AM
Trace86 Re: Equation to add X hours... 09-28-2011, 08:19 PM
  1. #1
    Registered User
    Join Date
    09-28-2011
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Equation to add X hours every Fortnight

    Hi all,

    I was just wondering if anyone could help me with coming up with a formula in which I can acheive the following:

    =(number of hours - x)+ (start date, every fortnight add xhours (eg. 1.4))

    In words, how do I work out an equation where I have a start date so on every fortnight from this date I can add X?

    Is excel able to do that?

    Thanks for your help

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,726

    Re: Equation to add X hours every Fortnight

    If you have start date in A2 and hoursto add in B2 then try this formula in C2

    =INT(MAX((TODAY()-A2)/14,0))*B2

    assumes that the hours are added first 14 days after A2 date then every subsequent 14 days basehd on today's date
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-28-2011
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Equation to add X hours every Fortnight

    Thank you it works perfectly

+ 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