hour count after midnight

  • Thread starter Thread starter nicolas.schimpf
  • Start date Start date
N

nicolas.schimpf

Hi all,

Is there a way to calculate hour betwen eg.
23:00 and 01:00 after midnight.
it calculates correctly when I put 25:00 instead 01:00.

Is there another way???

Thanks for your help
 
deducting F column from E column

=24*(IF(F16>E16,E16+1-F16,E16-F16))
 
Start time in A1, end time in B1. Duration:
=B1-A1+(B1<A1)

HTH. Best wishes Harald
 

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