Put a pause on calculating SLA
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.
Best Answer
-
You could have 2 columns set up in your sheet:
- Put on Hold Date column (auto-filled by the Record a Date workflow)
- Removed from being On Hold Date column (manually filled in when the Status is changed)
That way you could calculated the Networkdays between those two dates and subtract it from your current formula.
You could also say that if the current status is "On Hold", then do the Networkdays between the created date and that "on hold" date instead of Today.
Let me know if that makes sense and will work for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
You could have 2 columns set up in your sheet:
- Put on Hold Date column (auto-filled by the Record a Date workflow)
- Removed from being On Hold Date column (manually filled in when the Status is changed)
That way you could calculated the Networkdays between those two dates and subtract it from your current formula.
You could also say that if the current status is "On Hold", then do the Networkdays between the created date and that "on hold" date instead of Today.
Let me know if that makes sense and will work for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hello @Genevieve P. thank you so much, I just applied you solution and it seems to be working just fine!
-
Wonderful! I'm glad I could help.
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi,
it sprang to my mind that the users might want to put ticket On Hold, "unhold" it, like in the process above, but if later they will put it On Hold for another instance the previous "On Hold" period will be lost from the equation and replaced by the new one, if that makes sense. Is there a way to keep both subtracted from SLA?
-
Ah, yes that is a tricky one. I can't think of a current solution using just your one row and set columns for this. If you're on an Enterprise plan, you could potentially track totals using Work Insights:
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!