Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,814
Default Bars for various ranges of workhours

I have equipment operators with various starting and ending times. E.g. Some
at 5:00, some at 6:00, and some at 7:00. The 5s work 5:00 -1:30, the 6s
work 6:00 €“ 2:30, and the 7s work 07:00-3:30 , all 8 1/2/ hour blocks.
Id like to bar the range theyre working, e.g. a bar for Employee A running
from 5-1:30, Employee B from 6 €“ 2:30, etc. so that I could easily, visually
see the amount of time they overlap.
Something like below, so I could see that I have 3 employees that overlap
from 7:00 €“ 1:30, etc.
5 7 9 11 1 3
A Xxxxxxxxxxxxxxxxxxxxxxx
B Xxxxxxxxxxxxxxxxxxxxxxx
C Xxxxxxxxxxxxxxxxxxxxxxxxx

I'm not very versed in charting, but I can chart the start time and the end
time, Ijust can't figure out how to chart the 8 1/2 hours working at a
particular starting time. Any help would be appreciated.

Thanks,

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Bars for various ranges of workhours

Hi,

Have read of Jon's article on gantt charts.
http://pubs.logicalexpressions.com/P...cle.asp?ID=343

Cheers
Andy

Steve wrote:
I have equipment operators with various starting and ending times. E.g. Some
at 5:00, some at 6:00, and some at 7:00. The 5s work 5:00 -1:30, the 6s
work 6:00 €“ 2:30, and the 7s work 07:00-3:30 , all 8 1/2/ hour blocks.
Id like to bar the range theyre working, e.g. a bar for Employee A running
from 5-1:30, Employee B from 6 €“ 2:30, etc. so that I could easily, visually
see the amount of time they overlap.
Something like below, so I could see that I have 3 employees that overlap
from 7:00 €“ 1:30, etc.
5 7 9 11 1 3
A Xxxxxxxxxxxxxxxxxxxxxxx
B Xxxxxxxxxxxxxxxxxxxxxxx
C Xxxxxxxxxxxxxxxxxxxxxxxxx

I'm not very versed in charting, but I can chart the start time and the end
time, Ijust can't figure out how to chart the 8 1/2 hours working at a
particular starting time. Any help would be appreciated.

Thanks,


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 857
Default Bars for various ranges of workhours

Hi Steve

If they are all 8.5 hour block here is a simple way to set it up in

2007:
1. Enter the operator names in column A
2. Enter their start times in column B
3. In column C enter the formula =B1+8.5/24 and fill it down
4. Select the entire range and choose Insert, Bar, Stacked Bar
5. With the chart selected choose Chart Tools, Design, Switch Row/Column
6. Select the first series, the one on the left and choose Chart Tools, Format, Shape Fill, No Fill and then Shape Outline, No Outline

2003:
1. Set up the data as in steps 1-3 above
2. Select the range and click the Charting toolbar button
3. choose the Custom Types tab, then Floating Bars and click Next
4. Choose Series in Column (if necessary depending on your data layout.
5. Click Finish

Cheers,
Shane Devenshire
Microsoft Excel MVP


"Steve" wrote in message ...
I have equipment operators with various starting and ending times. E.g. Some
at 5:00, some at 6:00, and some at 7:00. The 5s work 5:00 -1:30, the 6s
work 6:00 €“ 2:30, and the 7s work 07:00-3:30 , all 8 1/2/ hour blocks.
Id like to bar the range theyre working, e.g. a bar for Employee A running
from 5-1:30, Employee B from 6 €“ 2:30, etc. so that I could easily, visually
see the amount of time they overlap.
Something like below, so I could see that I have 3 employees that overlap
from 7:00 €“ 1:30, etc.
5 7 9 11 1 3
A Xxxxxxxxxxxxxxxxxxxxxxx
B Xxxxxxxxxxxxxxxxxxxxxxx
C Xxxxxxxxxxxxxxxxxxxxxxxxx

I'm not very versed in charting, but I can chart the start time and the end
time, Ijust can't figure out how to chart the 8 1/2 hours working at a
particular starting time. Any help would be appreciated.

Thanks,

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,814
Default Bars for various ranges of workhours

I think I have it, but a few more questions. I am using 2007, and have only
had it a couple of months, and am not very comfortable with it yet. The x
axis' range is 0:00 -12:00 - 0:00 - 12:00 - 0:00 - 12:00.
How can I get just the one range of e.g., 0:00 - 00:59
Also, and I don't think it's an optical illusion, but the 05:00 - 7:00
employees range length is only appx. 2", whereas all the other ones range
length is appx. 3". Could that also be due to the x axis range of repeated
values ?

Much thanks,

Steve


"Shane Devenshire" wrote:

Hi Steve

If they are all 8.5 hour block here is a simple way to set it up in

2007:
1. Enter the operator names in column A
2. Enter their start times in column B
3. In column C enter the formula =B1+8.5/24 and fill it down
4. Select the entire range and choose Insert, Bar, Stacked Bar
5. With the chart selected choose Chart Tools, Design, Switch Row/Column
6. Select the first series, the one on the left and choose Chart Tools, Format, Shape Fill, No Fill and then Shape Outline, No Outline

2003:
1. Set up the data as in steps 1-3 above
2. Select the range and click the Charting toolbar button
3. choose the Custom Types tab, then Floating Bars and click Next
4. Choose Series in Column (if necessary depending on your data layout.
5. Click Finish

Cheers,
Shane Devenshire
Microsoft Excel MVP


"Steve" wrote in message ...
I have equipment operators with various starting and ending times. E.g. Some
at 5:00, some at 6:00, and some at 7:00. The 5s work 5:00 -1:30, the 6s
work 6:00 €“ 2:30, and the 7s work 07:00-3:30 , all 8 1/2/ hour blocks.
Id like to bar the range theyre working, e.g. a bar for Employee A running
from 5-1:30, Employee B from 6 €“ 2:30, etc. so that I could easily, visually
see the amount of time they overlap.
Something like below, so I could see that I have 3 employees that overlap
from 7:00 €“ 1:30, etc.
5 7 9 11 1 3
A Xxxxxxxxxxxxxxxxxxxxxxx
B Xxxxxxxxxxxxxxxxxxxxxxx
C Xxxxxxxxxxxxxxxxxxxxxxxxx

I'm not very versed in charting, but I can chart the start time and the end
time, Ijust can't figure out how to chart the 8 1/2 hours working at a
particular starting time. Any help would be appreciated.

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
Workhours Calculation Mashuganah Excel Worksheet Functions 5 August 31st 07 05:44 PM
How can I change a graph with 2 bars,2 lines to 3 bars, 1 line? IOWAJulie Charts and Charting in Excel 3 October 19th 05 11:13 PM
bars KH Charts and Charting in Excel 1 September 21st 05 01:12 AM
Lost all my menu bars and tool bars CathyJ Excel Discussion (Misc queries) 3 August 8th 05 12:49 PM
of Named Ranges, Dynamic Charts and scroll bars... z.entropic Charts and Charting in Excel 2 May 20th 05 07:16 PM


All times are GMT +1. The time now is 10:20 AM.

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

About Us

"It's about Microsoft Excel"