Forum Discussion
- LauraThackerQrew CaptainIf(IsNull([Date Closed]),Today()-[Date Case Opened],null)
- AustinKQrew CommanderIf 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
)