Time Graph - Is this even possible?

waltherg

New Member
Joined
Oct 11, 2010
Messages
2
Could someone help me create this graph? The problem is kind of hard to explain...

I would like a graph with the x axis stating a range of times (7AM to 10PM)

The Y axis would show a shaded histogram-type graph displaying the time range that several employees work.

For instance, if I work 10AM to 5PM tomorrow and someone else works 7:30AM to 3PM... I would like the graph to display a spread so that we can see where the two employees overlap.

ME ----------------------- ||||||||||||||||||||||||||||||||
SOMEONE --------- |||||||||||||||||||||||||
SOMEONE2---------------------------- |||||||||||||||||||||||||||||||||

TIME:---------- 7AM ------------------------------------------------10PM

Please ignore the dashes.Anyone have any idea if this is possible with excel?

Thanks in advance,
Greg W
 
Last edited:

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Code:
      ---A--- --B-- -C-- --D-- ----E-----
  1           Start Dur   End            
  2   Me      10:00 7:00 17:00 C2: =D2-B2
  3   Someone  7:30 7:30 15:00

You can plot columns B and C as a stacked bar chart, and format the first series to have no fill or border.
 
Upvote 0
Code:
      ---A--- --B-- -C-- --D-- ----E-----
  1           Start Dur   End            
  2   Me      10:00 7:00 17:00 C2: =D2-B2
  3   Someone  7:30 7:30 15:00

You can plot columns B and C as a stacked bar chart, and format the first series to have no fill or border.
I should have mentioned... I'm far from an expert. However, even when I select just one "person's" hours, and create a stacked bar graph - I still end up with two bars. one for the numerical representation of the time, and another for the duration. Any idea what I am doing wrong?
 
Upvote 0
Right -- the purpose of the first series is just to displace the second to the proper starting position. That's why you make it have no fill or outline, so you don't see it.
 
Upvote 0

Forum statistics

Threads
1,215,547
Messages
6,125,461
Members
449,228
Latest member
moaz_cma

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top