How to convert two dates in to HH:MM:SS

  • Thread starter Thread starter sashaikh
  • Start date Start date
S

sashaikh

Hi,

I am trying to calculates the two dates cells diffrence int
hour:minutes:seconds. could some help me in finding a solution i
Excel sheet.

eg. Cell A1 = Jan-01-2004 00:00 Cell B1 = Jan-02-2004 23:30

Cell C1 = 47:30 looking for a result like 47 hours 3
min.

thanks

sa
 
One way:

C1: =B1-A1

Format C1 with Format/Cells/Number/Custom [h]:mm
 

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