Forum Discussion

Josh_Osowiecki's avatar
Josh_Osowiecki
Copper Contributor
Apr 18, 2024

How to calculate multiple due dates using Sumif and Workday functions

Hello,   I am trying to calculate the due date for multiple projects based on an indicator. The deadlines are tracked by weekdays only. I attempted to achieve this by using the function below. Exce...
  • OliverScheurich's avatar
    Apr 18, 2024

    Josh_Osowiecki 

    =IFS([@Indicator]=0,WORKDAY([@[Assigned Date]],10),[@Indicator]=1,WORKDAY([@[Assigned Date]],14))

     

    This formula works in my sheet.

     

Resources