
I have a formula that calculates the time a ase is in an unassigned status:
(NOW() - Unassigned_D_T__c) * 24 * 60
Formula works great. BUT, when the case switches to a different stage, how do I get the formula to STOP and become static? Workflow rule?