Apr 10 2023 03:32 AM
Hi, I've searched for a solution for this but I'm struggling, possibly in part due to brain fog!
I'm part of a big migration project, and I have a formula that works out how far along the project is (C100) and a start date of 6th Feb 2023.
The percentage completed figure in C100 fluctuates based on new data coming in and the complexity of the work (it just jumped from 87% to 61%!), so I know it's not going to be accurate, but can someone help with with a formula that works out the number of days remaining until the task is completed based on the start date and the percentage done?
Thank you in advance.
Apr 10 2023 03:54 AM
SolutionLet's say the start date (6th Feb 2023) is in D100.
The end date is returned by
=D100+100%/C100*(TODAY()-D100)
Format the cell with the formula as a date.
Apr 10 2023 04:01 AM
Apr 12 2023 03:28 AM
Apr 12 2023 04:02 AM
You have the start date in C103 and the number of issues in C101. What other info can we use? The number of issues resolved per day? The number of issues has been resolved up to today? Something else?
Apr 12 2023 04:29 AM
Apr 12 2023 04:40 AM
I'm confused now. Could you provide an example of how you think the calculation should work (not an actual formula, but a description)?
Apr 12 2023 04:54 AM
Apr 12 2023 04:55 AM
Apr 12 2023 06:09 AM - edited Apr 12 2023 06:09 AM
Apr 10 2023 03:54 AM
SolutionLet's say the start date (6th Feb 2023) is in D100.
The end date is returned by
=D100+100%/C100*(TODAY()-D100)
Format the cell with the formula as a date.