Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, i wish to calculate response times in business hours.
I have two columns of data; A represents the "call log" date and time; B represents the "responded by" date and time. I wish to calculate the time difference between A & B, but only in office hours. As an example; Office hours 9am to 5 pm Mon-Fri (no sat or Sun) A call received at 4pm on friday that was dealt with by 10am on monday would have a Response time of 2 hours. Is there a neat way of doing this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=B2-A2-NETWORKDAYS(A2,B2)-16*1/24
Not fully tested, but gives the correct result in your example. Regards, Stefi €˛Nippy€¯ ezt Ć*rta: Hello, i wish to calculate response times in business hours. I have two columns of data; A represents the "call log" date and time; B represents the "responded by" date and time. I wish to calculate the time difference between A & B, but only in office hours. As an example; Office hours 9am to 5 pm Mon-Fri (no sat or Sun) A call received at 4pm on friday that was dealt with by 10am on monday would have a Response time of 2 hours. Is there a neat way of doing this? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is NETWORKDAYS a 2007 feature? it does not seem to be a function in 2003
"Stefi" wrote: =B2-A2-NETWORKDAYS(A2,B2)-16*1/24 Not fully tested, but gives the correct result in your example. Regards, Stefi €˛Nippy€¯ ezt Ć*rta: Hello, i wish to calculate response times in business hours. I have two columns of data; A represents the "call log" date and time; B represents the "responded by" date and time. I wish to calculate the time difference between A & B, but only in office hours. As an example; Office hours 9am to 5 pm Mon-Fri (no sat or Sun) A call received at 4pm on friday that was dealt with by 10am on monday would have a Response time of 2 hours. Is there a neat way of doing this? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
see:
http://groups.google.com/group/micro...*excel&rnum=5# -- Gary's Student gsnu200706 "Nippy" wrote: Hello, i wish to calculate response times in business hours. I have two columns of data; A represents the "call log" date and time; B represents the "responded by" date and time. I wish to calculate the time difference between A & B, but only in office hours. As an example; Office hours 9am to 5 pm Mon-Fri (no sat or Sun) A call received at 4pm on friday that was dealt with by 10am on monday would have a Response time of 2 hours. Is there a neat way of doing this? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, in my opinion the response time is the time it took to respond to a call,
from the date of logging it. The only way to do this is to do the following checks and calculate the time difference appropriately. 1. Whether reponse date is a week day i.e. on a Friday 2. Whether reponse time is at the end of a week day i.e. on a Friday "Nippy" wrote: Hello, i wish to calculate response times in business hours. I have two columns of data; A represents the "call log" date and time; B represents the "responded by" date and time. I wish to calculate the time difference between A & B, but only in office hours. As an example; Office hours 9am to 5 pm Mon-Fri (no sat or Sun) A call received at 4pm on friday that was dealt with by 10am on monday would have a Response time of 2 hours. Is there a neat way of doing this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extremely slow response times in Excel 2007 | Excel Discussion (Misc queries) | |||
Displaying calculated times - half-hours are not calculating... | Excel Worksheet Functions | |||
Date and Time Response- before/during/after Business hours | Excel Discussion (Misc queries) | |||
Calculation of hourly rate times hours times 1.5 | Excel Worksheet Functions | |||
Can Excel2002 determine if a calculated date is a business day? | Excel Worksheet Functions |