Forum Discussion

Harry2145's avatar
Harry2145
Copper Contributor
Apr 08, 2022
Solved

Formula Help

Hi All, I need help in creating a formula which will take a start date from column E and a finish date in column F. If these two date ranges fall within what the current date is at the start of a we...
  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Apr 08, 2022

    Harry2145 Everything (almost) is possible, but what's the logic. To set an end date to a project doesn't mean that it's completed once that date has passed. Add a column for Completion date and a formula like

    =IF(date_completed <= TODAY(), "Complete", "Late")

     

Resources