#1   Report Post  
Songoku
 
Posts: n/a
Default Floating Bars

Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!
  #2   Report Post  
bj
 
Posts: n/a
Default

I don't understand the "get duplicate chutes" comment. More info, please?

"Songoku" wrote:

Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!

  #3   Report Post  
Songoku
 
Posts: n/a
Default

for example

where the graph should display

01B ******** ****** ******
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I get

01B *****

01B *******

01B **********
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I have tried to convert the chute to number however I get the same thing.....

"bj" wrote:

I don't understand the "get duplicate chutes" comment. More info, please?

"Songoku" wrote:

Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!

  #4   Report Post  
bj
 
Posts: n/a
Default

The way you have your data set up it thinks there are three different rows
you want to print
you will need to set up your data such that each chute is a different
catagory and your start stop times are different data sets to get them all on
the same line.


"Songoku" wrote:

for example

where the graph should display

01B ******** ****** ******
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I get

01B *****

01B *******

01B **********
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I have tried to convert the chute to number however I get the same thing.....

"bj" wrote:

I don't understand the "get duplicate chutes" comment. More info, please?

"Songoku" wrote:

Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!

  #5   Report Post  
Jon Peltier
 
Posts: n/a
Default

You need all of the data in a single row. Only the first time is
absolute, the rest are durations, so you're plotting 'Start', 'Duration
Open', 'Duration Closed', 'Duration Open', etc.

I was going to reconfigure the data as an illustration, but your first
'Duration Closed' is zero, and the second is negative (open comes before
previous close).

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

Songoku wrote:
for example

where the graph should display

01B ******** ****** ******
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I get

01B *****

01B *******

01B **********
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I have tried to convert the chute to number however I get the same thing.....

"bj" wrote:


I don't understand the "get duplicate chutes" comment. More info, please?

"Songoku" wrote:


Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!



  #6   Report Post  
Songoku
 
Posts: n/a
Default

Thanks for the reponse but i am not sure I follow, do you mean i should get
the data be on 1 line?
i.e
Chute open time duration open time duration open time duration
01B 05:00 00:30 08:00 00:45 09:00 1:15

please can u elaborate.....

"bj" wrote:

The way you have your data set up it thinks there are three different rows
you want to print
you will need to set up your data such that each chute is a different
catagory and your start stop times are different data sets to get them all on
the same line.


"Songoku" wrote:

for example

where the graph should display

01B ******** ****** ******
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I get

01B *****

01B *******

01B **********
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I have tried to convert the chute to number however I get the same thing.....

"bj" wrote:

I don't understand the "get duplicate chutes" comment. More info, please?

"Songoku" wrote:

Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!

  #7   Report Post  
Songoku
 
Posts: n/a
Default

apologies Jon but I don't follow my first duation is 0?

"Jon Peltier" wrote:

You need all of the data in a single row. Only the first time is
absolute, the rest are durations, so you're plotting 'Start', 'Duration
Open', 'Duration Closed', 'Duration Open', etc.

I was going to reconfigure the data as an illustration, but your first
'Duration Closed' is zero, and the second is negative (open comes before
previous close).

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

Songoku wrote:
for example

where the graph should display

01B ******** ****** ******
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I get

01B *****

01B *******

01B **********
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I have tried to convert the chute to number however I get the same thing.....

"bj" wrote:


I don't understand the "get duplicate chutes" comment. More info, please?

"Songoku" wrote:


Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!


  #8   Report Post  
bj
 
Posts: n/a
Default

it will need to be set up like a stacked bar chart including not used times

for example
Chute open time duration open time duration open time duration
01B 05:00 00:30 08:00 00:45 09:00 1:15

the data would be
A B C D E
F
01B 5 .5 2.5 .75 .25
1.25

when you plot it as stacked bar: if you select none for the A, C and E
catagories it will show the hours open on one line.

"Songoku" wrote:

Thanks for the reponse but i am not sure I follow, do you mean i should get
the data be on 1 line?
i.e
Chute open time duration open time duration open time duration
01B 05:00 00:30 08:00 00:45 09:00 1:15

please can u elaborate.....

"bj" wrote:

The way you have your data set up it thinks there are three different rows
you want to print
you will need to set up your data such that each chute is a different
catagory and your start stop times are different data sets to get them all on
the same line.


"Songoku" wrote:

for example

where the graph should display

01B ******** ****** ******
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I get

01B *****

01B *******

01B **********
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I have tried to convert the chute to number however I get the same thing.....

"bj" wrote:

I don't understand the "get duplicate chutes" comment. More info, please?

"Songoku" wrote:

Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!

  #9   Report Post  
Jon Peltier
 
Posts: n/a
Default

If I understand your table:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40


Open time 5:00 plus (open) duration 2:20 is 7:20, which is the next open
time, so there's no closed duration. Open time 7:20 plus (open) duration
2:20 is 9:40, which comes after the next open time of 8:00.

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


Songoku wrote:

apologies Jon but I don't follow my first duation is 0?

"Jon Peltier" wrote:


You need all of the data in a single row. Only the first time is
absolute, the rest are durations, so you're plotting 'Start', 'Duration
Open', 'Duration Closed', 'Duration Open', etc.

I was going to reconfigure the data as an illustration, but your first
'Duration Closed' is zero, and the second is negative (open comes before
previous close).

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

Songoku wrote:

for example

where the graph should display

01B ******** ****** ******
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I get

01B *****

01B *******

01B **********
05:00 05:30 06:00 06:30 07:00 07:30 08:00

I have tried to convert the chute to number however I get the same thing.....

"bj" wrote:



I don't understand the "get duplicate chutes" comment. More info, please?

"Songoku" wrote:



Hi,

I need to create a floating bar graph to show when chutes open and their
durations so for example:

Chute Open Time Duration
01B 05:00 2:20
01B 07:20 2:20
01B 08:00 0:40

problem I am having is that when i go to create the floating bar graph
although the general information is correct i.e time and duration i get
duplicate chutes. I have tried converting these to numbers but have had no
joy..........

any help please.........would be appreciated!!!!


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
Worksheets open behind tool bars Larry Farwell Excel Discussion (Misc queries) 0 May 4th 05 06:48 PM
How do I change a data series from bars to lines in an Excel char. mrocke Charts and Charting in Excel 1 March 29th 05 01:41 AM
Removing overlap of bars when 2 Y axes are used PP74 Charts and Charting in Excel 1 February 10th 05 12:59 AM
How do I create a bar graph with floating bars? Rocco Charts and Charting in Excel 1 January 12th 05 06:26 PM
How to set Error Bars to _two_ SDs? [email protected] Charts and Charting in Excel 1 December 7th 04 02:00 AM


All times are GMT +1. The time now is 06:09 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"