Difference between dates

V

Vasant Nanavati

Hi Susan:

That would depend on how many hours a day were worked. Can you be more
specific?

Regards,

Vasant.
 
A

Arvi Laanemets

Hi

When the start and end times are formatted as DateTime (p.e. "dd.mm.yyy
hh.mm"), then simply
=EndTime-StartTime
and format the result as Custom "[h]:mm"

When the start and end times are formatted as Time, and the difference never
reaches 24 hrs, then
=EndTime-StartTime + (StartTime>EndTime)
and format the result as Time ("h:mm")


Arvi Laanemets
 

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