Hey all,
I'd like to set up triggers on my sheet that would follow a claim throughout its lifecycle. The alerts I would like are if the contact date is empty once it's 2 days past received by date, if inspection date is blank once it's 7 days past the contact date, etc.
I was thinking of creating helper columns that would be the received by date plus 2 days, and once the contact column is greater than the helper column, then it would trigger some kind of conditional formatting. I think this would work, but it would require me to make 4 or 5 helper columns, so I was curious to see if there's another way to approach this that's less complicated? Here's the sheet published with all sensitive data removed. https://publish.smartsheet.com/f0c1998e5903481dbdc040d44e2c7b31
Thanks!!
Edit: I was thinking of a formula along these lines, but there's a mistake somewhere in it. I'm still learning Smartsheets
=IF(OR(ISBLANK([Claim - First Contact On]@row), [Claim - First Contact On]@row > [Claim - Received On]@row + 2, "Alert", ""))