I am attempting to have my % Complete column represent progress as a function of today in relation to the difference between Start Date and End Date columns.
An example: Today is 11/17/21 Duration is 5d, Start Date is 11/16/21, end date (generated from duration) is 11/22/21, so we are 1 day from the start date (day 2) with a duration of 5 days. 2/5 is .40, or 40%.
The goal is that at the beginning of each day, there should be an increase of the % Complete by 20%. Start Date (day 1)=20%, beginning of day 2=40%...End Date (day 5) =100%.
Continuing with the example, today the % Complete should read 40%, when I open Smartsheet tomorrow, it should read 60%, and on the End Date when I open Smartsheet it should read 100%.
Is there a way to accomplish this with a formula. Thank you, in advance.