CR 7 - I need to find the time in hours and minutes between the time that a ticket was elevated and the time that the ticket was put in status of "WIP", unfortunately not all 2nd level will handle the ticket in the same manner - so the formula gets complicated -
If status = Group assigned then
"Group Assigned"
else if Status = wip t
then wip.time - group assigned.time or if status = Individual assigned then individual.Assigned.time - group Assigned.time
Then format the results to say x hours and x minutes.
If status = Group assigned then
"Group Assigned"
else if Status = wip t
then wip.time - group assigned.time or if status = Individual assigned then individual.Assigned.time - group Assigned.time
Then format the results to say x hours and x minutes.