+ Reply to Thread
Results 1 to 2 of 2

Formula to forecast end dates of individual activities

  1. #1
    Registered User
    Join Date
    08-19-2010
    Location
    Manchester, england
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2208 Build 16.0.15601.20526) 32-bit
    Posts
    56

    Formula to forecast end dates of individual activities

    All,

    the attached schedule has the following formula within it (in cell K8) that i can get to work as i require

    =IF(O8>U1,K8=O8+I8,IF(O8<U1,K8=U1+I8))

    I want the the formula to automatically populate with a forcast end date as data is input.


    EG.

    the report date in U1 is amended to the required date. As actual percentage complete is manulally input, the schedule automatically calculates a forecast end date based on:

    remaining duration plus either the original planned end date or the date of the report, depending on which is greater in value.


    thanks,

    Moggzy
    Attached Files Attached Files
    Last edited by Moggzy; 09-21-2010 at 09:33 AM.

  2. #2
    Forum Contributor BlastRanger's Avatar
    Join Date
    09-02-2010
    Location
    Indonesia
    MS-Off Ver
    2003, 2007, 2010
    Posts
    238

    Re: Formula to forecast end dates of individual activities

    I don't know if this help or not.
    Try put in K5 :
    =IF(M5>$U$1,M5+I5,IF(M5<$U$1,$U$1+I5,"ERROR"))
    then copy down

+ 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