+ Reply to Thread
Results 1 to 16 of 16

Run Down Contract Value with specific Milestones (Forecast)

  1. #1
    Registered User
    Join Date
    05-02-2013
    Location
    Dublin
    MS-Off Ver
    Excel 2016
    Posts
    62

    Run Down Contract Value with specific Milestones (Forecast)

    Hi,
    I have an ever growing list of new projects that I am trying to forecast their revenue over a determined time frame. It getting quite manual so I was hoping there was a solution out there....im really struggling.

    The problem is that the revenue is recognised in different %'s depending what phase it is in so Im finding it very difficult to use a formula.

    Ive attached a sample file of how it should look, but getting a formula to do this is beyond me. ANy help is greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,765

    Re: Run Down Contract Value with specific Milestones (Forecast)

    Try this :

    into AD2 and right.....


    =IFERROR(INDEX($E$1:$AC$1,MATCH(1,IF(SUBTOTAL(9,INDIRECT("$E$2:"&ADDRESS(2,COLUMN($E$2:$AC$2),4)))*100/$D$2>10,1),0)),0)

    that's array formula so accept it with CSE not tab or enter.

    and also when you will drag it right, you have to edit bolded parameter for desired percentage, for 20,40 etc.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  3. #3
    Registered User
    Join Date
    05-02-2013
    Location
    Dublin
    MS-Off Ver
    Excel 2016
    Posts
    62

    Re: Run Down Contract Value with specific Milestones (Forecast)

    Hi,

    Thanks so much for replying. Maybe I didn't explain correctly but I'm trying to fill cells E2 to AC2, I filled these in to show what the numbers should be based on the parameters.

    You say to put into AD2 which is a fixed date...apologies if I didnt explain correctly. Its almost like a depreciation schedule I need but with varying rates depending on the dates in Rows Ad to AJ.

    Thanks

  4. #4
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,765

    Re: Run Down Contract Value with specific Milestones (Forecast)

    OK. I get it now.
    You want to try to calculate values in E2:AC2 based on criteria from both tables (milestones/dates and milestones/percentage).

    Sorry, English is not my native language.
    Last edited by KOKOSEK; 01-29-2019 at 12:07 PM.

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2505
    Posts
    13,752

    Re: Run Down Contract Value with specific Milestones (Forecast)

    With Milestone dates in column E this in H11. Fill down as the actual figures come in for column G.
    Formula: copy to clipboard
    Please Login or Register  to view this content.




    E
    F
    G
    H
    I
    7
    Assumed Completion by
    8
    2/26/2019
    Milestone 1
    10%
    9
    4/23/2019
    Milestone 2
    20%
    10
    2/26/2020
    Milestone 3
    40%
    11
    5/21/2020
    Milestone 4
    70%
    47%
    =FORECAST(E11,$G$8:G10,$E$8:E10)
    12
    Milestone 5
    80%
    13
    Milestone 6
    90%
    14
    3/11/2021
    End Date
    100%
    Dave

  6. #6
    Registered User
    Join Date
    05-02-2013
    Location
    Dublin
    MS-Off Ver
    Excel 2016
    Posts
    62
    Quote Originally Posted by KOKOSEK View Post
    OK. I get it now.
    You want to try to calculate values in E2:AC2 based on criteria from both tables (milestones/dates and milestones/percentage).

    Sorry, English is not my native language.
    Yes, exactly!!!! The dates will vary from project to project but the completion % are fixed.
    Thanks

  7. #7
    Registered User
    Join Date
    05-02-2013
    Location
    Dublin
    MS-Off Ver
    Excel 2016
    Posts
    62
    Quote Originally Posted by FlameRetired View Post
    With Milestone dates in column E this in H11. Fill down as the actual figures come in for column G.
    Formula: copy to clipboard
    Please Login or Register  to view this content.




    E
    F
    G
    H
    I
    7
    Assumed Completion by
    8
    2/26/2019
    Milestone 1
    10%
    9
    4/23/2019
    Milestone 2
    20%
    10
    2/26/2020
    Milestone 3
    40%
    11
    5/21/2020
    Milestone 4
    70%
    47%
    =FORECAST(E11,$G$8:G10,$E$8:E10)
    12
    Milestone 5
    80%
    13
    Milestone 6
    90%
    14
    3/11/2021
    End Date
    100%
    Hi, sorry I don’t understand???? Perhaps I didn’t explain the problem correctly in the first post. That table you posted is fixed. I’m expecting this % to be achieved by each milestone. The dates are the variable in columns ad to aj

  8. #8
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2505
    Posts
    13,752

    Re: Run Down Contract Value with specific Milestones (Forecast)

    ats1312

    Please don't quote whole posts. It's just clutter. A few lines of relevant text it sufficient.

    And I still don't understand. Where do you want the output?
    I'll stay "tuned".

  9. #9
    Registered User
    Join Date
    05-02-2013
    Location
    Dublin
    MS-Off Ver
    Excel 2016
    Posts
    62

    Re: Run Down Contract Value with specific Milestones (Forecast)

    sure, apologies! Im looking for cells E2:AC2 to be populated based on 2 sets of criteria. 1 - milestones dates will vary from project to project and 2 - milestones completions percentage which is fixed.

    So for every project, I'm expecting 10% of the contract to be "used" by Milestone 1 based on the agreed dates in the contract...this varies depending on what's agreed in the contract. By Milestone 2, 20% of the contract should be "used" again based on the agreed dates.

    Its like a deprecation schedule with varying rates based on the 2 sets of criteria. I may have 100+ projects to forecast expected contract revenue based on these criteria.
    Thanks for your help.

  10. #10
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2505
    Posts
    13,752

    Re: Run Down Contract Value with specific Milestones (Forecast)

    Still no clearer.

  11. #11
    Registered User
    Join Date
    05-02-2013
    Location
    Dublin
    MS-Off Ver
    Excel 2016
    Posts
    62

    Re: Run Down Contract Value with specific Milestones (Forecast)

    In the sheet I sent, E2:S2 are the values I would like the formula to compute, I put them in the show the values that should be returned. Based on a set of criteria specific to each Contract i.e. Dates of milestones and as a general rule of thumb i.e. Assumed Completion Table %

    All these conditions will vary based on the Contract
    - Contract is active from 1st Dec 2018 (Cell B2) and due to finish by 11th March 2021 (Cell AJ2)
    - Contract Value is $4m (Cell D2)
    - On a straight line basis, I should have a forecast of $4m divided by rounded 69 months which works out at approx. $58k per month over the life of the project. But this is not what I need.
    - Expecting Milestone 1 to be completed by 26th Feb 2018 (Cell AD1), this works out to be 3 months for this project, so over those 3 months 10% of value should be forecast. This 10% applies to all projects, so if its 4 months or 5 months, we should only take 10% of the contract. These %'s are fixed regardless of length of Milestone
    - The Milestone dates (lengths) will be different for each project, but the value of the milestone is set at that % over the life of that milestone. By Milestone 4, 70% of the contact vale should be forecast.

    Hope that helps
    Last edited by ats1312; 01-29-2019 at 02:03 PM.

  12. #12
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Run Down Contract Value with specific Milestones (Forecast)

    I'm not sure about this but the result looks right.

    Need to change 2 things
    1. Insert column AD
    2. change Milestone date at AD:AK from Text to date value

    Try at E2 Press Ctrl+Shift+Enter and drag to the right

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  13. #13
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,765

    Re: Run Down Contract Value with specific Milestones (Forecast)

    Bo_Ry,
    If I've put Milestone 5 as 1/8/2020 and End date as 1/12/2020 I've got error in col Z (1/9/2020)?


    I've a got other solution:
    1. Add extra row (1) above header and put into E1 (above Dec2018):
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    then drag it right to AC1

    2. add percentages below milestones dates like below: (it can be solve in different way but it should not be a big problem)

    Przechwytywanie.JPG

    3. And finally put into E4 (in row 3 I've left Bo_Ry's solution)

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    (no array, no CSE needed)
    and drag it right to AC4.

    I've attached file if something is not clear.
    Attached Files Attached Files
    Last edited by KOKOSEK; 01-29-2019 at 08:46 PM.

  14. #14
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Run Down Contract Value with specific Milestones (Forecast)

    Adjusted method.
    This one, need to fill blank Milestone date the same as the previous Milestone#, don't leave it blank.
    If fill Milestone 5 and 6 date with Milestone4 date.

    E3 Press Ctrl+Shift+Enter drag across

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Thanks, KOKOSEK. I got this part from you.
    MATCH(1,--(E$1<=$AE2:$AK2)
    Attached Files Attached Files

  15. #15
    Registered User
    Join Date
    05-02-2013
    Location
    Dublin
    MS-Off Ver
    Excel 2016
    Posts
    62

    Re: Run Down Contract Value with specific Milestones (Forecast)

    This is incredible!!!! thanks you both so much, I am adding this to my Live sheet now and hopefully it works out as well as the sample I sent.

  16. #16
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,765

    Re: Run Down Contract Value with specific Milestones (Forecast)

    You welcome.
    Use forum options and marked thread as SOLVED, please.

+ 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. Convert 52 Week Rolling Forecast to Monthly Forecast
    By rainintl in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-04-2014, 07:24 PM
  2. Forecast Variance and Percent - need help with hours forecast
    By hoppythyme in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-27-2013, 11:15 AM
  3. Forecast Variance and Percent - need help with hours forecast
    By hoppythyme in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-24-2013, 08:37 PM
  4. Challenging Forecast Wape - Rolling 12 Month Sum Of Orders And Forecast
    By nguyeda in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-17-2013, 06:20 PM
  5. [SOLVED] Timeline of Milestones
    By benwahchang in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 12-10-2012, 07:18 PM
  6. how to sum all the contract until end of the contract period
    By neskafeice in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-01-2012, 07:37 AM
  7. milestones in Excel 2000
    By Milestones within Excel without VB in forum Excel General
    Replies: 1
    Last Post: 02-15-2005, 02:06 PM

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