Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Timeline using military time

I am trying to create a timeline for work that will show a certain task
and how long that took. I need the timeline to go through a couple of
days. My data looks something like this.

Task Start Stop Duration
A 0900 1100 2
B 1100 2100 10
C 2100 2100 24
D 2100 0800 10

I need to use military time and I need the x axis to start on Monday at
0900 and go through a couple of days. Anyone have any suggestions?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Timeline using military time

Enter full date and time: Example 12/5/2006 16:00
then format as military time

" wrote:

I am trying to create a timeline for work that will show a certain task
and how long that took. I need the timeline to go through a couple of
days. My data looks something like this.

Task Start Stop Duration
A 0900 1100 2
B 1100 2100 10
C 2100 2100 24
D 2100 0800 10

I need to use military time and I need the x axis to start on Monday at
0900 and go through a couple of days. Anyone have any suggestions?

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default Timeline using military time

in date time format
HH = 24 hour clock
hh = AM, PM
Lou

"Teethless mama" wrote:

Enter full date and time: Example 12/5/2006 16:00
then format as military time

" wrote:

I am trying to create a timeline for work that will show a certain task
and how long that took. I need the timeline to go through a couple of
days. My data looks something like this.

Task Start Stop Duration
A 0900 1100 2
B 1100 2100 10
C 2100 2100 24
D 2100 0800 10

I need to use military time and I need the x axis to start on Monday at
0900 and go through a couple of days. Anyone have any suggestions?

Thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Timeline using military time

No, try it. Either HH or hh gives two digit hours, with a leading zero if
needed; Excel doesn't distinguish between hh and HH. If you want to display
AM or PM, put AM/PM into the format. If you leave out AM/PM, you get the 24
hour format. Use [h] or [hh] to skip days but show total hours, greater than
24 if it's more than a day.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
in date time format
HH = 24 hour clock
hh = AM, PM
Lou

"Teethless mama" wrote:

Enter full date and time: Example 12/5/2006 16:00
then format as military time

" wrote:

I am trying to create a timeline for work that will show a certain task
and how long that took. I need the timeline to go through a couple of
days. My data looks something like this.

Task Start Stop Duration
A 0900 1100 2
B 1100 2100 10
C 2100 2100 24
D 2100 0800 10

I need to use military time and I need the x axis to start on Monday at
0900 and go through a couple of days. Anyone have any suggestions?

Thanks




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default Timeline using military time

My bad. Regional formatting uses HH and hh to distinguish 24 or 12 hour clock.
Lou

"Jon Peltier" wrote:

No, try it. Either HH or hh gives two digit hours, with a leading zero if
needed; Excel doesn't distinguish between hh and HH. If you want to display
AM or PM, put AM/PM into the format. If you leave out AM/PM, you get the 24
hour format. Use [h] or [hh] to skip days but show total hours, greater than
24 if it's more than a day.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
in date time format
HH = 24 hour clock
hh = AM, PM
Lou

"Teethless mama" wrote:

Enter full date and time: Example 12/5/2006 16:00
then format as military time

" wrote:

I am trying to create a timeline for work that will show a certain task
and how long that took. I need the timeline to go through a couple of
days. My data looks something like this.

Task Start Stop Duration
A 0900 1100 2
B 1100 2100 10
C 2100 2100 24
D 2100 0800 10

I need to use military time and I need the x axis to start on Monday at
0900 and go through a couple of days. Anyone have any suggestions?

Thanks







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Timeline using military time

It would make sense, I guess. I wish I could change the case of the AM/PM in
the formatted time.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
My bad. Regional formatting uses HH and hh to distinguish 24 or 12 hour
clock.
Lou

"Jon Peltier" wrote:

No, try it. Either HH or hh gives two digit hours, with a leading zero if
needed; Excel doesn't distinguish between hh and HH. If you want to
display
AM or PM, put AM/PM into the format. If you leave out AM/PM, you get the
24
hour format. Use [h] or [hh] to skip days but show total hours, greater
than
24 if it's more than a day.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
in date time format
HH = 24 hour clock
hh = AM, PM
Lou

"Teethless mama" wrote:

Enter full date and time: Example 12/5/2006 16:00
then format as military time

" wrote:

I am trying to create a timeline for work that will show a certain
task
and how long that took. I need the timeline to go through a couple
of
days. My data looks something like this.

Task Start Stop Duration
A 0900 1100 2
B 1100 2100 10
C 2100 2100 24
D 2100 0800 10

I need to use military time and I need the x axis to start on Monday
at
0900 and go through a couple of days. Anyone have any suggestions?

Thanks







  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default Timeline using military time

Use HH and delete AM & PM

"Jon Peltier" wrote:

It would make sense, I guess. I wish I could change the case of the AM/PM in
the formatted time.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
My bad. Regional formatting uses HH and hh to distinguish 24 or 12 hour
clock.
Lou

"Jon Peltier" wrote:

No, try it. Either HH or hh gives two digit hours, with a leading zero if
needed; Excel doesn't distinguish between hh and HH. If you want to
display
AM or PM, put AM/PM into the format. If you leave out AM/PM, you get the
24
hour format. Use [h] or [hh] to skip days but show total hours, greater
than
24 if it's more than a day.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
in date time format
HH = 24 hour clock
hh = AM, PM
Lou

"Teethless mama" wrote:

Enter full date and time: Example 12/5/2006 16:00
then format as military time

" wrote:

I am trying to create a timeline for work that will show a certain
task
and how long that took. I need the timeline to go through a couple
of
days. My data looks something like this.

Task Start Stop Duration
A 0900 1100 2
B 1100 2100 10
C 2100 2100 24
D 2100 0800 10

I need to use military time and I need the x axis to start on Monday
at
0900 and go through a couple of days. Anyone have any suggestions?

Thanks








  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Timeline using military time

That eliminates the AM or PM and reverts to the 24 hour clock. I was talking
about am or pm, not AM or PM.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
Use HH and delete AM & PM

"Jon Peltier" wrote:

It would make sense, I guess. I wish I could change the case of the AM/PM
in
the formatted time.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
My bad. Regional formatting uses HH and hh to distinguish 24 or 12 hour
clock.
Lou

"Jon Peltier" wrote:

No, try it. Either HH or hh gives two digit hours, with a leading zero
if
needed; Excel doesn't distinguish between hh and HH. If you want to
display
AM or PM, put AM/PM into the format. If you leave out AM/PM, you get
the
24
hour format. Use [h] or [hh] to skip days but show total hours,
greater
than
24 if it's more than a day.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Rookie 1st class" <Rookie1stClass@SpamThis wrote in message
...
in date time format
HH = 24 hour clock
hh = AM, PM
Lou

"Teethless mama" wrote:

Enter full date and time: Example 12/5/2006 16:00
then format as military time

" wrote:

I am trying to create a timeline for work that will show a
certain
task
and how long that took. I need the timeline to go through a
couple
of
days. My data looks something like this.

Task Start Stop Duration
A 0900 1100 2
B 1100 2100 10
C 2100 2100 24
D 2100 0800 10

I need to use military time and I need the x axis to start on
Monday
at
0900 and go through a couple of days. Anyone have any
suggestions?

Thanks










Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change text (8:30 PM) to military time (20:30) Netorius77 Excel Discussion (Misc queries) 3 September 9th 06 07:26 AM
How to I convert standard time to Military or 24 hour format? Nacho Excel Discussion (Misc queries) 5 June 28th 06 07:14 PM
Change text to military time gobonniego Excel Worksheet Functions 2 March 21st 06 10:26 PM
in excel totaling weekly hours military time mel Excel Worksheet Functions 1 January 17th 05 04:24 PM
how do you subtract military time? example 12:00 - 07:00 = 5 hour. Bill Excel Worksheet Functions 1 October 27th 04 08:25 PM


All times are GMT +1. The time now is 08:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"