Formula to work out the turn around time

Riaang

Board Regular
Joined
Aug 29, 2002
Messages
146
Hi all,

I have 2 dates
1) Received date
2) Capture date

In another column I want a formula that will work out the turn around time between the dates.

Eg. Received date Capture Date Turn around
12/06/2003 12/06/2003 1 day
12/06/2003 14/06/2003 3 days
13/06/2003 14/06/2003 2 days

etc.

I am still new to access so please give clear instructions.

Thanks a lot
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi,

Thanks for this. It seems to work just fine.

One problem is that it doesn't update the value on the main table.

Any suggestions

Regards
 
Upvote 0
I think what you are going to have to do is make an update query to update the value of that field in you original table. You have to make sure that the TurnAround field is in your table first.

Make sesne?
 
Upvote 0

Forum statistics

Threads
1,221,531
Messages
6,160,357
Members
451,642
Latest member
mirofa

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