+ Reply to Thread
Results 1 to 7 of 7

Find forecast date using actual data

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    433

    Find forecast date using actual data

    Hi,

    I have a table of planned dates with corresponding planned % values.
    I am trying to get a formula which will help calculate a forecast completion date, given the status at a particular date.
    Explained well in attached sheet.


    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Find forecast date using actual data

    Hi

    Use for delays:
    Formula: copy to clipboard
    =INDEX($C$3:$C$15,MATCH($F$2,$A$3:$A$15,1))-$F$3%*INDEX($C$3:$C$15,MATCH($F$2,$A$3:$A$15,1))/INDEX($B$3:$B$15,MATCH($F$2,$A$3:$A$15,1))

  3. #3
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    433

    Re: Find forecast date using actual data

    Hi Jose Augusto,

    Its giving value 52.68 whereas delay is actually 21 days

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Find forecast date using actual data

    Hi
    Sorry for the mistake
    Formula: copy to clipboard
    =INDEX($C$3:$C$15,MATCH($F$2,$A$3:$A$15,1))-$F$3*INDEX($C$3:$C$15,MATCH($F$2,$A$3:$A$15,1))/INDEX($B$3:$B$15,MATCH($F$2,$A$3:$A$15,1))

    (No $F$3% but $F$3)

  5. #5
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    433

    Re: Find forecast date using actual data

    Hi Jose Augusto,

    When I change the date, its giving error

  6. #6
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Find forecast date using actual data

    Hi

    What date are you using?

  7. #7
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Find forecast date using actual data

    Hi

    The formula I provided earlier does not work correctly. Try this


    Formula: copy to clipboard
    =SUM($C$3:INDEX($C$3:$C$15,MATCH($F$2,$A$3:$A$15,1)))
    -$F$3*SUM($C$3:INDEX($C$3:$C$15,MATCH($F$2,$A$3:$A$15,1)))/
    INDEX($B$3:$B$15,MATCH($F$2,$A$3:$A$15,1))


    See the file
    Attached Files Attached Files

+ 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. [SOLVED] Forecast completion date from original plan and actual work done
    By chullan88 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-12-2019, 07:08 AM
  2. Replies: 3
    Last Post: 02-03-2019, 07:33 PM
  3. Line Graph (Actual plus forecast data)
    By arun2681 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 07-28-2012, 06:49 PM
  4. Area Chart with Actual and Forecast Data
    By lespaul00 in forum Excel General
    Replies: 0
    Last Post: 07-02-2012, 11:53 AM
  5. How To Calculate Variance B/W Actual and Forecast Data
    By Cherish2007 in forum Excel General
    Replies: 1
    Last Post: 03-28-2007, 05:01 PM
  6. [SOLVED] Changing Forecast Data to Actual
    By Brian Hearty via OfficeKB.com in forum Excel General
    Replies: 3
    Last Post: 01-12-2006, 04:21 AM

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