Difference Between Two Times

A

ANYX

I am calculating the difference between times. C20 reflects the start time
11:55 PM and E20 reflects the end time 12:15 AM. How do I show the time
difference in minutes?
 
M

Mike H

Hi,

One way
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))

or

select the date then

Data|Text to columns - Next - Next - Select Date - YMD

Finish

Mike
 
M

Mike H

oops wrong thread

Mike H said:
Hi,

One way
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))

or

select the date then

Data|Text to columns - Next - Next - Select Date - YMD

Finish

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top