Hello,
I manage a RAID log for my team. I want to calculate SLA for each issue. I don't want to calculate if the case is checked in IT column and if it's status is "Cancelled", here is my current formula:
=IF(AND(Status@row = "Cancelled", IT@row = 1), 0, IF([Closed Date]@row > TODAY(), NETWORKDAYS([Created on]@row, TODAY()), NETWORKDAYS([Created on]@row, [Closed Date]@row)))
I wonder if there is an option to "pause" the calculation for a case like on Snow. So if for instance the status of the case was put on hold, the time when it is on hold won't be calulated in SLA, if this makes sense.
Thank you in advance for help.