SLA Calculation Strategy
Background: There are four (4) SLA priorities in the Ticketing intake:
Critical = 4 hours: High = 8 Hours: Medium = 24 hours: Low = 48 Hours
Using the Created Date (including both Date and Time) I need to create the Planned SLA Finish for each ticket.
SLA Plan is expressed in Hours
This needs to also be a Date and Time field as it will be used to track whether the Help Desk is meeting SLA, validated against the Modified field.
=DATEONLY(LEFT(Created@row, 9), (TIME(RIGHT(Created@row, 8)) + [SLA Plan] * 60)
Just for information, the time component of the calculation works standing alone it is when I add the date component that it falls apart. So what am I doing wrong?
Answers
-
I don't recommend using the modified field as a reference point for end time, because a lot of times the modified column changes all cells in the sheet (for instance if somebody views the sheet in a different time zone, or sometimes smartsheet just randomly changes the time zone itself). There are work arounds for this, though a bit complicated.
The formula you provided does not contain a range for [SLA Plan], I assume you'd like to use @row?
=DATEONLY(LEFT(Created@row, 9), (TIME(RIGHT(Created@row, 8)) + [SLA Plan]@row * 60)
Sincerely,
Jacob Stey
-
Thank you Jacob, yes the @row is necessary isn't it? I am still getting the same #Incorrect Argument Set though even with the correction.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!