A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

?floating stacked bar graph



 
 
Thread Tools Display Modes
  #1  
Old October 26th, 2003, 12:39 PM
Mary Schutz
external usenet poster
 
Posts: n/a
Default ?floating stacked bar graph

I am trying to graph student test data, and what I want to see is a stacked
bar graph that shows the percentage of students scoring (1) above the 39th
percentile, and (2) below the 40th percentile, with the 40 as the divider of
the stacked bar (kind of acting as a zero in a graph, with the percentage of
scores above the line representing above 39th percentile, and the bar below
the line representing the scores below the 40th). Can someone help me set
it up?

Thanks.... Mary

--
Don or Mary Schutz
PO Box 280
Wagon Mound, NM 87752
505-666-2456



  #2  
Old October 26th, 2003, 02:55 PM
Tushar Mehta
external usenet poster
 
Posts: n/a
Default ?floating stacked bar graph

If I understand you correctly...

Suppose your data are in col. A starting with A2. [For my test, I used
A2:A5.] Suppose that C1 contains the percentile value of interest (0.4,
in your case).

Then, in C2, enter the formula
=COUNTIF(A2:A5,""&PERCENTILE(A2:A5,C1))/COUNTA(A2:A5)

And, in D2, enter =1-C2.

Now, plot C22. In step 2 of the chart wizard, ensure you select 'data
in columns' option.

Also, if I were you, I wouldn't go about sharing my address and phone
number over the I'net.

--
Regards,

Tushar Mehta
MS MVP Excel 2000-2003
www.tushar-mehta.com
Excel, PowerPoint, and VBA tutorials and add-ins
Custom Productivity Solutions leveraging MS Office


In article ,
says...
I am trying to graph student test data, and what I want to see is a stacked
bar graph that shows the percentage of students scoring (1) above the 39th
percentile, and (2) below the 40th percentile, with the 40 as the divider of
the stacked bar (kind of acting as a zero in a graph, with the percentage of
scores above the line representing above 39th percentile, and the bar below
the line representing the scores below the 40th). Can someone help me set
it up?

Thanks.... Mary


  #3  
Old October 27th, 2003, 12:25 AM
Jon Peltier
external usenet poster
 
Posts: n/a
Default ?floating stacked bar graph

I suspect Mary is comparing students in a local class or school with
some kind of national percentiles. Otherwise, "percentage of students
scoring below the 40th percentile" is rather trivial, being 40%.

The counting approach Tushar suggests works just fine, although you need
to put the nationwide score corresponding to the 40th percentile into
it. Put this score into cell B2, then use this:

=COUNTIF(A2:A5,""&B2)/COUNTA(A2:A5)

to get the percentage of your students who exceed the national 40th
percentile.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
http://www.geocities.com/jonpeltier/Excel/index.html
_______

Tushar Mehta wrote:
If I understand you correctly...

Suppose your data are in col. A starting with A2. [For my test, I used
A2:A5.] Suppose that C1 contains the percentile value of interest (0.4,
in your case).

Then, in C2, enter the formula
=COUNTIF(A2:A5,""&PERCENTILE(A2:A5,C1))/COUNTA(A2:A5)

And, in D2, enter =1-C2.

Now, plot C22. In step 2 of the chart wizard, ensure you select 'data
in columns' option.

Also, if I were you, I wouldn't go about sharing my address and phone
number over the I'net.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:27 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.