Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Combining separated columns?

I have data as shown below:

Long Grass Short Grass Concrete
0.274760448 0.516761782 0.377166667
0.226014478 0.304869311 0.406190102
0.192857171 0.712843314 0.502123457

What I need is one separate column for long, one for short and one for
concrete so I can directly compare them, with error bars and the like.
However, when I graph these, they are separated, with the first line as a set
of 3 columns, the second line as the next set and so on. How do I make only 3
columns to compare them??

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Combining separated columns?

How are you analyzing them? I see three columns, each with three rows of
data.

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


"RaineeDays" wrote in message
...
I have data as shown below:

Long Grass Short Grass Concrete
0.274760448 0.516761782 0.377166667
0.226014478 0.304869311 0.406190102
0.192857171 0.712843314 0.502123457

What I need is one separate column for long, one for short and one for
concrete so I can directly compare them, with error bars and the like.
However, when I graph these, they are separated, with the first line as a
set
of 3 columns, the second line as the next set and so on. How do I make
only 3
columns to compare them??

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Combining separated columns?

Sorry I probably wasn't very clear. I need to create a column chart for the
data. I need all of the Long grass data in one column on the graph, and one
for short and one for concrete. When I graph the data I get 9 separate
columns, one each for each of the values in the data set. I need to compare
the totals of each of the three separate treatments (long/short/concrete) and
have error bars. I used to have Excel 2003 and have updated to 2007 - I know
there is a way to do it.. But i just dont remember how i managed to do it in
the 2003 version.

Hopefully you understand what I am trying to achieve!

Laura

"Jon Peltier" wrote:

How are you analyzing them? I see three columns, each with three rows of
data.

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


"RaineeDays" wrote in message
...
I have data as shown below:

Long Grass Short Grass Concrete
0.274760448 0.516761782 0.377166667
0.226014478 0.304869311 0.406190102
0.192857171 0.712843314 0.502123457

What I need is one separate column for long, one for short and one for
concrete so I can directly compare them, with error bars and the like.
However, when I graph these, they are separated, with the first line as a
set
of 3 columns, the second line as the next set and so on. How do I make
only 3
columns to compare them??

Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default Combining separated columns?

On Tue, 1 Apr 2008, in microsoft.public.excel.charting,
RaineeDays said:
Sorry I probably wasn't very clear. I need to create a column chart for the
data. I need all of the Long grass data in one column on the graph, and one
for short and one for concrete. When I graph the data I get 9 separate
columns, one each for each of the values in the data set. I need to compare
the totals of each of the three separate treatments (long/short/concrete) and
have error bars. I used to have Excel 2003 and have updated to 2007 - I know
there is a way to do it.. But i just dont remember how i managed to do it in
the 2003 version.

Hopefully you understand what I am trying to achieve!


We see what you want the columns to mean, we don't see what you want the
rows to mean. Restate your matrix as follows:

Long Grass Short Grass Concrete
A 0.274760 0.516761 0.377166
B 0.226014 0.304869 0.406190
C 0.192857 0.712843 0.502123

Where "A", "B", and "C" should be labels explaining the meaning of the
rows.

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Combining separated columns?

If you want to plot a sum, calculate the sum in the worksheet, then plot the
calculated value. If you want something else, you need to explain it better.

Also what is the significance of error bars to a sum?

Perhaps you want to plot an average, and use error bars to denote the
standard deviation? Use the AVERAGE() and STDEV() worksheet functions. It
will look something like this:

Long Grass Short Grass Concrete
Obs 1 0.274760448 0.516761782 0.377166667
Obs 2 0.226014478 0.304869311 0.406190102
Obs 3 0.192857171 0.712843314 0.502123457
Average 0.231210699 0.511491469 0.428493409
StDev 0.041198146 0.204038058 0.065395932

Then make a plot using the headers (Long Grass, etc., essentially B1:D1 in
my little table above) and the data (B5:D5), then double click the series,
click on the Error Bars tab, click in the Custom (+) box and select the
range with the STDEV for the three columns (B6:D6), then click in the Custom
(-) box and select the same range.

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


"RaineeDays" wrote in message
...
Sorry I probably wasn't very clear. I need to create a column chart for
the
data. I need all of the Long grass data in one column on the graph, and
one
for short and one for concrete. When I graph the data I get 9 separate
columns, one each for each of the values in the data set. I need to
compare
the totals of each of the three separate treatments (long/short/concrete)
and
have error bars. I used to have Excel 2003 and have updated to 2007 - I
know
there is a way to do it.. But i just dont remember how i managed to do it
in
the 2003 version.

Hopefully you understand what I am trying to achieve!

Laura

"Jon Peltier" wrote:

How are you analyzing them? I see three columns, each with three rows of
data.

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


"RaineeDays" wrote in message
...
I have data as shown below:

Long Grass Short Grass Concrete
0.274760448 0.516761782 0.377166667
0.226014478 0.304869311 0.406190102
0.192857171 0.712843314 0.502123457

What I need is one separate column for long, one for short and one for
concrete so I can directly compare them, with error bars and the like.
However, when I graph these, they are separated, with the first line as
a
set
of 3 columns, the second line as the next set and so on. How do I make
only 3
columns to compare them??

Thanks.








  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Combining separated columns?

Ahh.. success. For some reason I thought it had to do with formatting the
chart.. It has been a long time since doing these things. So thanks so much
for your help :)

"Jon Peltier" wrote:

If you want to plot a sum, calculate the sum in the worksheet, then plot the
calculated value. If you want something else, you need to explain it better.

Also what is the significance of error bars to a sum?

Perhaps you want to plot an average, and use error bars to denote the
standard deviation? Use the AVERAGE() and STDEV() worksheet functions. It
will look something like this:

Long Grass Short Grass Concrete
Obs 1 0.274760448 0.516761782 0.377166667
Obs 2 0.226014478 0.304869311 0.406190102
Obs 3 0.192857171 0.712843314 0.502123457
Average 0.231210699 0.511491469 0.428493409
StDev 0.041198146 0.204038058 0.065395932

Then make a plot using the headers (Long Grass, etc., essentially B1:D1 in
my little table above) and the data (B5:D5), then double click the series,
click on the Error Bars tab, click in the Custom (+) box and select the
range with the STDEV for the three columns (B6:D6), then click in the Custom
(-) box and select the same range.

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


"RaineeDays" wrote in message
...
Sorry I probably wasn't very clear. I need to create a column chart for
the
data. I need all of the Long grass data in one column on the graph, and
one
for short and one for concrete. When I graph the data I get 9 separate
columns, one each for each of the values in the data set. I need to
compare
the totals of each of the three separate treatments (long/short/concrete)
and
have error bars. I used to have Excel 2003 and have updated to 2007 - I
know
there is a way to do it.. But i just dont remember how i managed to do it
in
the 2003 version.

Hopefully you understand what I am trying to achieve!

Laura

"Jon Peltier" wrote:

How are you analyzing them? I see three columns, each with three rows of
data.

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


"RaineeDays" wrote in message
...
I have data as shown below:

Long Grass Short Grass Concrete
0.274760448 0.516761782 0.377166667
0.226014478 0.304869311 0.406190102
0.192857171 0.712843314 0.502123457

What I need is one separate column for long, one for short and one for
concrete so I can directly compare them, with error bars and the like.
However, when I graph these, they are separated, with the first line as
a
set
of 3 columns, the second line as the next set and so on. How do I make
only 3
columns to compare them??

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
Combining Text from 2 Columns into 1 then Deleting the 2 Columns sleepindogg Excel Worksheet Functions 5 September 19th 08 12:36 AM
How to print separated, selected columns on a worksheet NavyPianoMan Excel Discussion (Misc queries) 11 August 29th 07 12:30 PM
How do I create two columns from one column (space separated info vikki_socal Excel Worksheet Functions 2 May 25th 06 04:14 PM
Concatenate columns, separated by double quotes Felicia Excel Worksheet Functions 2 April 20th 05 07:48 PM
Copy/Paste of separated columns mareku Excel Discussion (Misc queries) 2 January 5th 05 10:04 PM


All times are GMT +1. The time now is 02:23 PM.

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"