#1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default chart question

Can anyone please give me some guideline on how to draw a chart with y-axis
is the count of the item in x-axis? I am using Excel 97. Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 6
Default chart question

I am not certain I fully understand your question, but I am going to give it
a stab. Excel charts are very flexible, and I think you need to keep in mind
that you need to have the right data in place to draw the chart. I.e. don't
focus on the chart itself, focus on the data in the spreadsheet you are
trying to chart, and once that is in place, your chart will look the way you
want.
--
ChrisJ
Omaha


"00KobeBrian" wrote:

Can anyone please give me some guideline on how to draw a chart with y-axis
is the count of the item in x-axis? I am using Excel 97. Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 3
Default chart question

Say I have a column of data and it contains either yes or no and I want to
draw a chart with how many yes and how many no. And I don't want to count
it one the spreadsheet. Instead I want to get it from a chart. How can I do
it? Thanks.


"ChrisJ" wrote in message
...
I am not certain I fully understand your question, but I am going to give
it
a stab. Excel charts are very flexible, and I think you need to keep in
mind
that you need to have the right data in place to draw the chart. I.e.
don't
focus on the chart itself, focus on the data in the spreadsheet you are
trying to chart, and once that is in place, your chart will look the way
you
want.
--
ChrisJ
Omaha


"00KobeBrian" wrote:

Can anyone please give me some guideline on how to draw a chart with
y-axis
is the count of the item in x-axis? I am using Excel 97. Thanks.





  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 390
Default chart question

In , 00KobeBrian
spake thusly:

Say I have a column of data and it contains either yes or no and
I want to draw a chart with how many yes and how many no. And I
don't want to count it one the spreadsheet. Instead I want to get
it from a chart. How can I do it? Thanks.


I suspect you'll need to use the sheet, though you could do it
in hidden cells, columns, rows, or sheets, or in other workbooks.

It might be possible to generate the charts with VBA code.
But it seems to me that the code would be quite a mess in comparison
to simply using the spreadsheet.

-dman-

===============================
"ChrisJ" wrote in message
...

I am not certain I fully understand your question, but I am
going to give it a stab. Excel charts are very flexible, and I
think you need to keep in mind that you need to have the right
data in place to draw the chart. I.e. don't focus on the chart
itself, focus on the data in the spreadsheet you are trying to
chart, and once that is in place, your chart will look the way
you want. -- ChrisJ Omaha

"00KobeBrian" wrote:

Can anyone please give me some guideline on how to draw a
chart with y-axis is the count of the item in x-axis? I am
using Excel 97. Thanks.

  #5   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 390
Default chart question

In , Dallman Ross <dman@localhost.
spake thusly:

In , 00KobeBrian
spake thusly:

Say I have a column of data and it contains either yes or no and
I want to draw a chart with how many yes and how many no. And I
don't want to count it one the spreadsheet. Instead I want to get
it from a chart. How can I do it? Thanks.


I suspect you'll need to use the sheet, though you could do it
in hidden cells, columns, rows, or sheets, or in other workbooks.


It turns out I was wrong. You can use a named range. E.g.,
go to the Menu bar: Insert - Name - Define. Give your
range a name. Give it a formula, such as:

=COUNTIF(Sheet1!G:G,"Yes")

We could name that one "Yes". Do a similar thing with one
called "No".

No go to your chart. The value for the series would be,
e.g., "=Book1!Yes".

-dman-


  #6   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 3
Default chart question

Thanks. How do you refer to the defined name in a spreadsheet?


"Dallman Ross" <dman@localhost. wrote in message
...
In , Dallman Ross <dman@localhost.
spake thusly:

In , 00KobeBrian
spake thusly:

Say I have a column of data and it contains either yes or no and
I want to draw a chart with how many yes and how many no. And I
don't want to count it one the spreadsheet. Instead I want to get
it from a chart. How can I do it? Thanks.


I suspect you'll need to use the sheet, though you could do it
in hidden cells, columns, rows, or sheets, or in other workbooks.


It turns out I was wrong. You can use a named range. E.g.,
go to the Menu bar: Insert - Name - Define. Give your
range a name. Give it a formula, such as:

=COUNTIF(Sheet1!G:G,"Yes")

We could name that one "Yes". Do a similar thing with one
called "No".

No go to your chart. The value for the series would be,
e.g., "=Book1!Yes".

-dman-



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
horrifyingly difficult excel chart / gantt question... [email protected] Charts and Charting in Excel 1 February 2nd 06 06:08 PM
Chart Property Confusion Arturo Charts and Charting in Excel 4 December 16th 05 05:13 AM
Pivot / general chart formatting question NTL Charts and Charting in Excel 0 December 5th 05 11:37 AM
Activating a Chart object Hari Prasadh Charts and Charting in Excel 6 August 2nd 05 07:22 PM
Area Chart Formatting Question Avrilon Charts and Charting in Excel 3 December 2nd 04 09:14 PM


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

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"