Here is the formula I’m currently working with:
AND(
IF(
DATETIME_DIFF(TODAY(),{Date Status was Modified},‘days’) > 30), IF({Status} = “Open”)), “No”
I’m trying to say if the {status} field contains “Closed” AND if the {Date Status was Modified} is m...