Forum Discussion

AdamTanner's avatar
AdamTanner
Qrew Trainee
7 years ago

Duration formula that only counts business days

I am trying to come up with a formula to track an SLA and only count business days. Right now my formula looks like this : (ToDays([Date Created]-(If([Assigned]=false,Now())))*-1) Does anyone...