list of tasks. I want to calculate the past due date for tasks that have not completed. I have variations of
=IF(NOT([% Complete]1 = 100), (TODAY()-Finish1), "do nothing")
where it is not working it is the do nothing - it is currently calculating values for items that are complete.