Time between 2 dates

  • Thread starter Thread starter pjp007
  • Start date Start date
P

pjp007

Hi,

I want to calculate the time (in minutes) between two dates. The forma
is: dd/mm-uu:mm

For example:

(column B) Time 1 = 10/05-13:45
(column C) Time 2 = 10/05-20:30

(column E) Time 2 - Time 1 should give 405 minutes

I attached the document.

Any suggestions on this one?
P
 
=(C1-B1)*24*60

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Hi
Try this formula in the cell where you want the answer to
be: =HOUR(C1-B1)*60+MINUTE(C1-B1)
Assuming Time 2 is in cell C1 and Time 1 is in cell B1
Format the cell where the answer is as a number with no
decimal places
This will work for the example you gave
 

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

Back
Top