Hi all!
I've tried a couple of formulas and created some automation to try and get this to work to no avail. I am trying to have a toggle box selected when it has been over 24 hours since a start date was set with no end date. If an end date is assigned before that 24 hour window closes then the box stays off. Here's a visual:
I want the box under [Over 24 Hours?] to be checked in rows 154 - 156 since they have a [Date of Issue] greater than 24 hours ago and no [Date Resolved].
Using =IF(AND([Date of Issue]@row <> "", [Date of Resolution]@row = ""), 1, 0) doesn't solve the issue. Once I've entered up to the =IF(AND([Date of Issue]@row <> "", the formula breaks. For automation I've used this workflow:
I could sue some help with this one. Help and thank you!