Help with calculated field on a task form
I need a report to capture the % complete of a task as of certain dates.
I've done this previously by creating a calculated custom field on a task custom form using this code: IF(ISBLANK({% complete as of 9/30/22}),{percentComplete},{% complete as of 9/30/22})
This worked great, until today when I noticed that when it was being added to new tasks it was calculating the percent complete as of the day the task form was added to the task.
I need to do this same scenario again so that I can capture the % complete as of today, 3/1/23. How can I modify this code so that it will get the data for today but not for a future task entered after today? Maybe I've been staring at it too long but I can't seem to figure out how to get it to not capture tasks created after today