#1   Report Post  
Posted to microsoft.public.excel.charting
SJT SJT is offline
external usenet poster
 
Posts: 71
Default Colum Chart

I would like to create a number of column charts based on revenue data for
three different departments in two different years. The x-axis would contain
the names of the three different departments and the y-axis would measure
revenues. Each department would have two bars one for revenues in 2005 and
one for revenues in 2006. However, the data is not contiguous and I would
like to know what is the proper syntax to create a series that contains
non-contiguous cells. Thank you in advance for your cooperation.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Colum Chart

What's your data look like? Discontiguous, sure, but is it regular?

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


"SJT" wrote in message
...
I would like to create a number of column charts based on revenue data for
three different departments in two different years. The x-axis would
contain
the names of the three different departments and the y-axis would measure
revenues. Each department would have two bars one for revenues in 2005
and
one for revenues in 2006. However, the data is not contiguous and I would
like to know what is the proper syntax to create a series that contains
non-contiguous cells. Thank you in advance for your cooperation.



  #3   Report Post  
Posted to microsoft.public.excel.charting
SJT SJT is offline
external usenet poster
 
Posts: 71
Default Colum Chart

Thanks Jon. The data for the year 2005 is placed as follows: the dept. names
are in column G in rows 31, 43, and 17, and the revenue data is in the same
rows in Column AD. The data for the year 2006 is placed as follows: the
dept. names (which are the same as above) are in rows 81, 93, and 67 and the
revenue data is in column AD and in rows 81, 93, and 67. Can I work this
into a Column chart? How do I deal w/ the "data range" and "series"? Thanks
again.

"Jon Peltier" wrote:

What's your data look like? Discontiguous, sure, but is it regular?

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


"SJT" wrote in message
...
I would like to create a number of column charts based on revenue data for
three different departments in two different years. The x-axis would
contain
the names of the three different departments and the y-axis would measure
revenues. Each department would have two bars one for revenues in 2005
and
one for revenues in 2006. However, the data is not contiguous and I would
like to know what is the proper syntax to create a series that contains
non-contiguous cells. Thank you in advance for your cooperation.




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Colum Chart

Yikes. Ideally you'd like the data to be like this

blank 2005 2006
DeptA data data
DeptB data data
DeptC data data

I'd suggest finding yourself a nice little range somewhere and making a
consolidation table.

For example, leave A1 empty, in A2 put the formula =G31, in A3 =G43, etc.,
until your range is filled up. Then make the table from this little table.

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


"SJT" wrote in message
...
Thanks Jon. The data for the year 2005 is placed as follows: the dept.
names
are in column G in rows 31, 43, and 17, and the revenue data is in the
same
rows in Column AD. The data for the year 2006 is placed as follows: the
dept. names (which are the same as above) are in rows 81, 93, and 67 and
the
revenue data is in column AD and in rows 81, 93, and 67. Can I work this
into a Column chart? How do I deal w/ the "data range" and "series"?
Thanks
again.

"Jon Peltier" wrote:

What's your data look like? Discontiguous, sure, but is it regular?

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


"SJT" wrote in message
...
I would like to create a number of column charts based on revenue data
for
three different departments in two different years. The x-axis would
contain
the names of the three different departments and the y-axis would
measure
revenues. Each department would have two bars one for revenues in 2005
and
one for revenues in 2006. However, the data is not contiguous and I
would
like to know what is the proper syntax to create a series that contains
non-contiguous cells. Thank you in advance for your cooperation.






  #5   Report Post  
Posted to microsoft.public.excel.charting
SJT SJT is offline
external usenet poster
 
Posts: 71
Default Colum Chart

Got it. Thanks very much.


"Jon Peltier" wrote:

Yikes. Ideally you'd like the data to be like this

blank 2005 2006
DeptA data data
DeptB data data
DeptC data data

I'd suggest finding yourself a nice little range somewhere and making a
consolidation table.

For example, leave A1 empty, in A2 put the formula =G31, in A3 =G43, etc.,
until your range is filled up. Then make the table from this little table.

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


"SJT" wrote in message
...
Thanks Jon. The data for the year 2005 is placed as follows: the dept.
names
are in column G in rows 31, 43, and 17, and the revenue data is in the
same
rows in Column AD. The data for the year 2006 is placed as follows: the
dept. names (which are the same as above) are in rows 81, 93, and 67 and
the
revenue data is in column AD and in rows 81, 93, and 67. Can I work this
into a Column chart? How do I deal w/ the "data range" and "series"?
Thanks
again.

"Jon Peltier" wrote:

What's your data look like? Discontiguous, sure, but is it regular?

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


"SJT" wrote in message
...
I would like to create a number of column charts based on revenue data
for
three different departments in two different years. The x-axis would
contain
the names of the three different departments and the y-axis would
measure
revenues. Each department would have two bars one for revenues in 2005
and
one for revenues in 2006. However, the data is not contiguous and I
would
like to know what is the proper syntax to create a series that contains
non-contiguous cells. Thank you in advance for your cooperation.






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
Multiple Excel Charts to PowerPoint mustang25 Charts and Charting in Excel 22 September 2nd 08 05:10 AM
More than one value on a cluster colum chart Haylie Charts and Charting in Excel 1 November 28th 06 04:05 AM
How to deselect a selected chart programatically? sr152 Charts and Charting in Excel 3 January 28th 06 03:22 AM
Activating a Chart object Hari Prasadh Charts and Charting in Excel 6 August 2nd 05 07:22 PM
Fan charts Dean Charts and Charting in Excel 7 May 30th 05 11:51 AM


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