+ Reply to Thread
Results 1 to 16 of 16

Format cell as military time

Hybrid View

Guest Format cell as military time 07-17-2006, 03:35 PM
Guest Re: Format cell as military... 07-17-2006, 03:55 PM
Guest Re: Format cell as military... 07-17-2006, 04:20 PM
Guest Re: Format cell as military... 07-17-2006, 04:30 PM
Guest Re: Format cell as military... 07-17-2006, 05:55 PM
Guest Re: Format cell as military... 07-17-2006, 05:55 PM
Guest Re: Format cell as military... 07-18-2006, 02:15 PM
Guest Re: Format cell as military... 07-17-2006, 05:45 PM
Guest Re: Format cell as military... 07-17-2006, 05:35 PM
shadestreet If your goal is to be lazy,... 07-17-2006, 04:27 PM
Guest Re: Format cell as military... 07-17-2006, 04:30 PM
Guest Re: Format cell as military... 07-17-2006, 05:30 PM
Guest Re: Format cell as military... 07-17-2006, 05:55 PM
Guest Re: Format cell as military... 07-17-2006, 06:15 PM
Guest Re: Format cell as military... 07-17-2006, 05:55 PM
Guest Re: Format cell as military... 07-17-2006, 05:45 PM
  1. #1
    Mike
    Guest

    Re: Format cell as military time

    JE,

    I appreciate the info but I am not familiar with how to set this up. Where
    do I need to paste that code in my worksheet to make it work?

    Thanks...
    Mike

    "JE McGimpsey" wrote:

    > Note that US/NATO military times do not use colons.
    >
    > To do what you're asking, see
    >
    > http://cpearson.com/excel/datetimeentry.htm
    >
    >
    >
    > In article <758BFDF0-8988-463D-B92B-6B7ED22AC7DF@microsoft.com>,
    > Mike <Mike@discussions.microsoft.com> wrote:
    >
    > > I want to type in 0700 in a cell and press <tab> to go to the next cell and
    > > it will auto format it like 07:00 (military time). ex: type in 1400 and it
    > > display as 14:00, etc. In other words, I want to be lazy and not have to type
    > > the colon. How do I need to format the cell?
    > > Thanks... Mike

    >


  2. #2
    JE McGimpsey
    Guest

    Re: Format cell as military time

    See

    http://www.mvps.org/dmcritchie/excel/getstarted.htm

    In article <57591D1F-45E7-4A61-9383-2AD0C48E4C97@microsoft.com>,
    Mike <Mike@discussions.microsoft.com> wrote:

    > I appreciate the info but I am not familiar with how to set this up. Where
    > do I need to paste that code in my worksheet to make it work?


  3. #3
    Gord Dibben
    Guest

    Re: Format cell as military time

    Copy the second lot of code from Chip's site.

    Right-click on your sheet tab and "View Code"

    Paste into that sheet module.


    Gord Dibben MS Excel MVP


    On Mon, 17 Jul 2006 13:16:01 -0700, Mike <Mike@discussions.microsoft.com> wrote:

    >JE,
    >
    >I appreciate the info but I am not familiar with how to set this up. Where
    >do I need to paste that code in my worksheet to make it work?
    >
    >Thanks...
    >Mike
    >
    >"JE McGimpsey" wrote:
    >
    >> Note that US/NATO military times do not use colons.
    >>
    >> To do what you're asking, see
    >>
    >> http://cpearson.com/excel/datetimeentry.htm
    >>
    >>
    >>
    >> In article <758BFDF0-8988-463D-B92B-6B7ED22AC7DF@microsoft.com>,
    >> Mike <Mike@discussions.microsoft.com> wrote:
    >>
    >> > I want to type in 0700 in a cell and press <tab> to go to the next cell and
    >> > it will auto format it like 07:00 (military time). ex: type in 1400 and it
    >> > display as 14:00, etc. In other words, I want to be lazy and not have to type
    >> > the colon. How do I need to format the cell?
    >> > Thanks... Mike

    >>



  4. #4
    Gord Dibben
    Guest

    Re: Format cell as military time

    Copy the second lot of code from Chip's site.

    Right-click on your sheet tab and "View Code"

    Paste into that sheet module.


    Gord Dibben MS Excel MVP


    On Mon, 17 Jul 2006 13:16:01 -0700, Mike <Mike@discussions.microsoft.com> wrote:

    >JE,
    >
    >I appreciate the info but I am not familiar with how to set this up. Where
    >do I need to paste that code in my worksheet to make it work?
    >
    >Thanks...
    >Mike
    >
    >"JE McGimpsey" wrote:
    >
    >> Note that US/NATO military times do not use colons.
    >>
    >> To do what you're asking, see
    >>
    >> http://cpearson.com/excel/datetimeentry.htm
    >>
    >>
    >>
    >> In article <758BFDF0-8988-463D-B92B-6B7ED22AC7DF@microsoft.com>,
    >> Mike <Mike@discussions.microsoft.com> wrote:
    >>
    >> > I want to type in 0700 in a cell and press <tab> to go to the next cell and
    >> > it will auto format it like 07:00 (military time). ex: type in 1400 and it
    >> > display as 14:00, etc. In other words, I want to be lazy and not have to type
    >> > the colon. How do I need to format the cell?
    >> > Thanks... Mike

    >>



  5. #5
    Mike
    Guest

    Re: Format cell as military time

    Thanks a million to all - this works perfect.
    Mike

    "Gord Dibben" wrote:

    > Copy the second lot of code from Chip's site.
    >
    > Right-click on your sheet tab and "View Code"
    >
    > Paste into that sheet module.
    >
    >
    > Gord Dibben MS Excel MVP
    >
    >
    > On Mon, 17 Jul 2006 13:16:01 -0700, Mike <Mike@discussions.microsoft.com> wrote:
    >
    > >JE,
    > >
    > >I appreciate the info but I am not familiar with how to set this up. Where
    > >do I need to paste that code in my worksheet to make it work?
    > >
    > >Thanks...
    > >Mike
    > >
    > >"JE McGimpsey" wrote:
    > >
    > >> Note that US/NATO military times do not use colons.
    > >>
    > >> To do what you're asking, see
    > >>
    > >> http://cpearson.com/excel/datetimeentry.htm
    > >>
    > >>
    > >>
    > >> In article <758BFDF0-8988-463D-B92B-6B7ED22AC7DF@microsoft.com>,
    > >> Mike <Mike@discussions.microsoft.com> wrote:
    > >>
    > >> > I want to type in 0700 in a cell and press <tab> to go to the next cell and
    > >> > it will auto format it like 07:00 (military time). ex: type in 1400 and it
    > >> > display as 14:00, etc. In other words, I want to be lazy and not have to type
    > >> > the colon. How do I need to format the cell?
    > >> > Thanks... Mike
    > >>

    >
    >


  6. #6
    Gord Dibben
    Guest

    Re: Format cell as military time

    Copy the second lot of code from Chip's site.

    Right-click on your sheet tab and "View Code"

    Paste into that sheet module.


    Gord Dibben MS Excel MVP


    On Mon, 17 Jul 2006 13:16:01 -0700, Mike <Mike@discussions.microsoft.com> wrote:

    >JE,
    >
    >I appreciate the info but I am not familiar with how to set this up. Where
    >do I need to paste that code in my worksheet to make it work?
    >
    >Thanks...
    >Mike
    >
    >"JE McGimpsey" wrote:
    >
    >> Note that US/NATO military times do not use colons.
    >>
    >> To do what you're asking, see
    >>
    >> http://cpearson.com/excel/datetimeentry.htm
    >>
    >>
    >>
    >> In article <758BFDF0-8988-463D-B92B-6B7ED22AC7DF@microsoft.com>,
    >> Mike <Mike@discussions.microsoft.com> wrote:
    >>
    >> > I want to type in 0700 in a cell and press <tab> to go to the next cell and
    >> > it will auto format it like 07:00 (military time). ex: type in 1400 and it
    >> > display as 14:00, etc. In other words, I want to be lazy and not have to type
    >> > the colon. How do I need to format the cell?
    >> > Thanks... Mike

    >>



  7. #7
    Gord Dibben
    Guest

    Re: Format cell as military time

    Copy the second lot of code from Chip's site.

    Right-click on your sheet tab and "View Code"

    Paste into that sheet module.


    Gord Dibben MS Excel MVP


    On Mon, 17 Jul 2006 13:16:01 -0700, Mike <Mike@discussions.microsoft.com> wrote:

    >JE,
    >
    >I appreciate the info but I am not familiar with how to set this up. Where
    >do I need to paste that code in my worksheet to make it work?
    >
    >Thanks...
    >Mike
    >
    >"JE McGimpsey" wrote:
    >
    >> Note that US/NATO military times do not use colons.
    >>
    >> To do what you're asking, see
    >>
    >> http://cpearson.com/excel/datetimeentry.htm
    >>
    >>
    >>
    >> In article <758BFDF0-8988-463D-B92B-6B7ED22AC7DF@microsoft.com>,
    >> Mike <Mike@discussions.microsoft.com> wrote:
    >>
    >> > I want to type in 0700 in a cell and press <tab> to go to the next cell and
    >> > it will auto format it like 07:00 (military time). ex: type in 1400 and it
    >> > display as 14:00, etc. In other words, I want to be lazy and not have to type
    >> > the colon. How do I need to format the cell?
    >> > Thanks... Mike

    >>



+ 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