Sign in to join the conversation:
Hi, which formula can I use to calculate the expected Progress (depending on the current date)?
Thanks
Could you give more details and share some screenshots?
Hi Paul,
I have the Start Date, End Date, Duration (days) and the Progress given by each responsible. From this Information I would like to calculate the expected Progress, how shall the Project must be going on an specific date.
For example:
I have a Task with 10 days as Duration. by the second day the Progress completed is 20% (that means is running accordingly to plan) and by the third day, the Progress is the same. That means that by the third day the Project has already a delay.
So I would like to know which formula can I use to find out this expected or planned Progress and then I can be able to make a comparison against Progress completed and create alerts if neccesary.
Thanks.
If you create a [Projected % Complete] column, you can enter this formula into it...
=(TODAY() - [Start Date]@row) / ([Scheduled End Date]@row- [Start Date]@row)
This will give you how far into the scheduled time you are for whatever today's date is. You can then build your alerts off of whether your actual % complete is less than, greater than, or equal to where you should be (projected % complete).
To show the projected finish date based off of the current progress and the start date, create a date type column [Projected End Date] and insert this formula...
=[Start Date]@row+ ((((TODAY() - [Start Date]@row) / ([Scheduled End Date]@row - [Start Date]@row)) - [Actual % Complete]@row) * ([Scheduled End Date]@row - [Start Date]@row)) + ([Scheduled End Date]@row - [Start Date]@row)
Thank you!
I have a similar request: I would like to see how the projected end date of a task will impact the overall projected end date of the project taking the predecessor relationships into account. Any ideas on how to do that with a function or in a dashboard?
Hello! I am attempting to create a gift card inventory log and a transaction log. I created a master sheet to house the general inventory. I also created a transaction log. My goal is for them to talk to each. The master sheet will house all of the gift card information like, the serial numbers, description/store, value,…
I want to lookup a specific start date based on 2 criteria: (1) Workset; (2) Week # in the main sheet. I have a separate sheet that contains the dates I am pulling in. I tried using INDEX(COLLECT and I can't seem to get it to work. Data Set: Workset Week # A, B, C, D 1-12 Example: If you have Workset A and Week # 5 the…
Hi How do i set created Date column to only show entries from line 24 downwards?