+ Reply to Thread
Results 1 to 4 of 4

Percent Goal Spent based on start and end dates

  1. #1
    Forum Contributor
    Join Date
    08-15-2006
    Location
    USA
    MS-Off Ver
    Office 365, 64 bit
    Posts
    362

    Percent Goal Spent based on start and end dates

    I've been trying to have a formula that will calculate how much ideally the project should have spent based on the start and end dates... I have a budget, actuals, variance and unspent %. I just need a % goal of where we should be at (spent so far) based the aforementioned dates. Please see attached. The Start date (K78) will be in that cell it's now, the M9 (K80) is the end date. The formula will be in cell Q80... thx
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    05-28-2018
    Location
    England
    MS-Off Ver
    2010
    Posts
    7

    Re: Percent Goal Spent based on start and end dates

    Would something like =(NOW()-K78)/(K80-K78) be all you need? If I've understood correctly and you're just after knowing "well it's day 100 of 300" so we should have aimed to have spent no more than 1/3 of the budget? Obviously, at the mo, it's evaluating it as greater than 1 as the end date has passed so could change to =MIN((NOW()-K78)/(K80-K78),1) so it'll output 100% at most...

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Percent Goal Spent based on start and end dates

    chrisa86 has the correct answer to the question you asked--it gives the time passed as a percent of the total time scheduled, which you can multiply times the total budget, and compare the result to how much was actually spent. This will tell you if you are spending money at the rate planned.

    From a management standpoint this method has flaws. Suppose that half of the time has passed, and you have spent half of the budget. It makes it look like you are right on target. But all you are on target for is spending money; it's easy to spend money. It's hard to get work done. Best practice is to also measure the work performed during that period, and determine if you have performed half of the work. It's more effort to measure work performed than to measure how much you spend, but it gives real insight as to whether you're on schedule and budget. There is a whole methodology around this concept called Earned Value Management (EVM). You don't have to do full EVM but consider whether you should also be measuring results, not just money.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  4. #4
    Forum Contributor
    Join Date
    08-15-2006
    Location
    USA
    MS-Off Ver
    Office 365, 64 bit
    Posts
    362

    Re: Percent Goal Spent based on start and end dates

    Chrisa86 - thx, just what I needed...

    6StringJazzer - you are totally right; however, we are tracking the milestones and work separately. I just need this as a high level gauge to force my team to look into our spend and do an analysis...


    thx

+ 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. Replies: 22
    Last Post: 03-16-2017, 09:42 PM
  2. [SOLVED] Creating a formula to populate range of cells between dates based on start and end dates
    By Rainmain82 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-20-2014, 07:42 PM
  3. [SOLVED] Creating a formula to populate range of cells between dates based on start and end dates
    By Rainmain82 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-18-2014, 07:55 AM
  4. [SOLVED] Calculate money Spent between two dates??!!!
    By Copperspaz in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-18-2013, 05:53 PM
  5. [SOLVED] Goal Seek start value
    By JimDandy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-02-2013, 11:45 PM
  6. [SOLVED] Sum Percent Complete Based on Filled in Dates
    By jhey in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-16-2012, 11:40 AM
  7. Getting condition based start and end dates
    By kreshnr in forum Excel General
    Replies: 5
    Last Post: 03-29-2010, 08:59 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