Forum Discussion
AustinK
7 years agoQrew Commander
If you care about it being business days only instead of the full week you can also do it this way.
if(isNull([Date Closed]),
WeekdaySub(Today(),[Date Case Opened]),
null
)
if(isNull([Date Closed]),
WeekdaySub(Today(),[Date Case Opened]),
null
)