I recently with in the past year created some databases to track customer issues for all account. Each account has there own DB. The main purpose was to capture all issues our customers have, our response time, and our resolution time.
Reponses time measured from: Data and time transmitted by customer to response data and time back to customer.
Resolution time measured from: Data and time transmitted by customer to final resolution date and time
All was good until they decided they need only wanted to see the elapsed time in working hours only.
So a customer called or emails a request after hours. That date and time goes in, but I have to start counting the next business day at 7:00: am until competed. If not competed by that day then stop counting at 8:00 pm and so on…
I have a good idea on how to get all this to work by using workdays, and HoursAndMinutes Function, but stopping and starting the clock is where I fall off.
Thanks in advance
Reponses time measured from: Data and time transmitted by customer to response data and time back to customer.
Resolution time measured from: Data and time transmitted by customer to final resolution date and time
All was good until they decided they need only wanted to see the elapsed time in working hours only.
So a customer called or emails a request after hours. That date and time goes in, but I have to start counting the next business day at 7:00: am until competed. If not competed by that day then stop counting at 8:00 pm and so on…
I have a good idea on how to get all this to work by using workdays, and HoursAndMinutes Function, but stopping and starting the clock is where I fall off.
Thanks in advance