Difference between to date and time together please let me know

lathish

New Member
Joined
Feb 10, 2018
Messages
15
[TABLE="width: 490"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]HERE IT IS
A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Order #[/TD]
[TD]Order Date[/TD]
[TD]Manifested date[/TD]
[TD]City[/TD]
[TD]Delivered[/TD]
[/TR]
[TR]
[TD]OR3173JG-002A[/TD]
[TD="align: right"]27-11-2017 17:25[/TD]
[TD="align: right"]01-12-2017 12:24[/TD]
[TD]Mysore[/TD]
[TD="align: right"]04-12-2017 13:46[/TD]
[/TR]
[TR]
[TD]OR3289CG-002A[/TD]
[TD="align: right"]28-11-2017 11:10[/TD]
[TD="align: right"]01-12-2017 11:00[/TD]
[TD]Coimbatore[/TD]
[TD="align: right"]04-12-2017 14:29[/TD]
[/TR]
[TR]
[TD]OR7846FG-002A[/TD]
[TD="align: right"]27-11-2017 19:15[/TD]
[TD="align: right"]01-12-2017 10:55[/TD]
[TD]Coimbatore[/TD]
[TD="align: right"]04-12-2017 19:38[/TD]
[/TR]
[TR]
[TD]OR5531NF-003A[/TD]
[TD="align: right"]28-11-2017 19:19[/TD]
[TD="align: right"]01-12-2017 09:53[/TD]
[TD]Coimbatore[/TD]
[TD="align: right"]04-12-2017 20:20[/TD]
[/TR]
[TR]
[TD]OR8259UG-001A[/TD]
[TD="align: right"]28-11-2017 09:16[/TD]
[TD="align: right"]02-12-2017 12:27[/TD]
[TD]Mysore[/TD]
[TD="align: right"]05-12-2017 10:16[/TD]
[/TR]
[TR]
[TD]OR9663UG-001A[/TD]
[TD="align: right"]28-11-2017 11:50[/TD]
[TD="align: right"]01-12-2017 17:18[/TD]
[TD]Mysore[/TD]
[TD="align: right"]05-12-2017 10:41[/TD]
[/TR]
</tbody>[/TABLE]


SIR LET ME KNOW IF ANY FORMULA TO FIND DIFFERENCE BETWEEN{ B AND C }, {C AND D } IT SHOULD INCLUDE DATE AND TIME AS WELL
I TRIED TO FIND BUT I FAILED

KINDLY LET ME KNOW THE FORMULA IT WOULD BE VERY HELP FULL
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hi,

I think you mean C and E, and your keyboard is stuck on CAPS lock, this will Only work if your values in Columns B, C, E are real Date/Time values:


Book1
ABCDEFGH
1Order #Order DateManifested dateCityDeliveredOrder to Manifest DateManifest to Delivered Date
2OR3173JG-002A27-11-2017 17:2501-12-2017 12:24Mysore04-12-2017 13:4603 18:5903 01:22
3OR3289CG-002A28-11-2017 11:1001-12-2017 11:00Coimbatore04-12-2017 14:2902 23:5003 03:29
Sheet1
Cell Formulas
RangeFormula
G2=C2-B2
H2=E2-C2
 
Upvote 0
What do jtakw's formulas return when you try them on the sample data you posted?
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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