+ Reply to Thread
Results 1 to 2 of 2

How do I convert Military Time to minutes?

  1. #1
    Rachael
    Guest

    How do I convert Military Time to minutes?

    I'm working on a spreadsheet and have to log each associates time. The time
    is logged in Military Time and I need to know what formula I can use to
    convert the hours to minutes.

  2. #2

    Re: How do I convert Military Time to minutes?

    Rachael wrote...
    >I'm working on a spreadsheet and have to log each associates time.

    The time
    >is logged in Military Time and I need to know what formula I can use

    to
    >convert the hours to minutes.


    Do you mean entries like 0345 and 2510 would be 3 hours 45 minutes and
    25 hours 10 minutes, respectively? If so,

    =LEFT(EntryInMilitaryTime,LEN(EntryInMilitaryTime)-2)*60
    +RIGHT(EntryInMilitaryTime,2)


+ 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