+ Reply to Thread
Results 1 to 4 of 4

hour count after midnight

  1. #1
    nicolas.schimpf@gmail.com
    Guest

    hour count after midnight

    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


  2. #2
    Bill Kuunders
    Guest

    Re: hour count after midnight

    deducting F column from E column

    =24*(IF(F16>E16,E16+1-F16,E16-F16))

    --
    Greetings from New Zealand
    Bill K

    <nicolas.schimpf@gmail.com> wrote in message
    news:1139942262.685334.33350@g43g2000cwa.googlegroups.com...
    > 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
    >




  3. #3
    Harald Staff
    Guest

    Re: hour count after midnight

    Start time in A1, end time in B1. Duration:
    =B1-A1+(B1<A1)

    HTH. Best wishes Harald

    <nicolas.schimpf@gmail.com> skrev i melding
    news:1139942262.685334.33350@g43g2000cwa.googlegroups.com...
    > 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
    >




  4. #4
    nicolas.schimpf@gmail.com
    Guest

    Re: hour count after midnight

    Thanks you it works
    Perfect


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1