Date and time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am not an avid Excel user
Here's what I need

In cell 1 I have the starting dat
In cell 2 I have the starting tim
In cell 3 I have the ending dat
In cell 4 I have the ending tim

I need a function that shows me how much time elapsed between starting and ending in the format of "days hours:minutes"

Any advice will be helpful. Thank you
 
Hi
try the following
=INT(A3-A1) & " " & TEXT(A4-A2+(A4<A2),"hh: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