Calculating Response Time

ATester

New Member
Joined
May 30, 2014
Messages
17
Hi there,

I have a spreadsheet that I have added to the Data Module and I have two columns (Creation Date and Closed Date). I added another column for Response Time (which should be the difference between the two columns). What formula do I need to put in the Data Model? Do I put the formula in the Data Model or should it go on the sheet itself?
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
On the table, in the data model, you can add a calculated column, which will look something like
=MyTable[Closed Date] - MyTable[Creation Date]
 
Upvote 0
On the table, in the data model, you can add a calculated column, which will look something like
=MyTable[Closed Date] - MyTable[Creation Date]


Thanks.

Is there a particular power view chart that would best display this information?
 
Upvote 0
I like to avoid power view, cuz I'm ... well, I'm anti power view :)

Regardless, it would help to know what you hope to show. eg: Are you going to add a Calendar table, relate it to the above table, then show Average Response Time per Month?
 
Upvote 0
I like to avoid power view, cuz I'm ... well, I'm anti power view :)

Regardless, it would help to know what you hope to show. eg: Are you going to add a Calendar table, relate it to the above table, then show Average Response Time per Month?


Yes, I just want to show the average response time within a set period. (monthly or weekly)
 
Upvote 0
The answer is a decimal. Is that the number of days or hours or seconds in between ?
My start and end date columns are formatted as
3/13/2014 4:53:15 PM

<tbody>
</tbody>
 
Upvote 0
The result of subtracting two dates is a number of days. So in the same day, 3pm-2pm is 1/24.
 
Upvote 0

Forum statistics

Threads
1,224,041
Messages
6,176,026
Members
452,697
Latest member
CuriousSpreadsheet

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top