Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Need help formatting chart

I am trying to make a chart to show the accuracy of food choices made my
significantly disabled student. The worksheet I made has food choice names,
the data collection dates, and then notations of whether the student ate all
(a) some (s) or none (n) of the food after choosing.
How do I get a chart that will show the a,s and n values as different colors
in a stacked bar? (at least that's what I think I am looking for, but would
be happy with any clearly readable chart)
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Need help formatting chart

Put food names in the first column of the data, the values for All in the
second column, for Some in the third column, and for None in the fourth.
Select the data and create a stacked column chart with series in columns.

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


"SpEdFriend" wrote in message
...
I am trying to make a chart to show the accuracy of food choices made my
significantly disabled student. The worksheet I made has food choice
names,
the data collection dates, and then notations of whether the student ate
all
(a) some (s) or none (n) of the food after choosing.
How do I get a chart that will show the a,s and n values as different
colors
in a stacked bar? (at least that's what I think I am looking for, but
would
be happy with any clearly readable chart)



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Need help formatting chart

OK, I got that. Thanks. Where should I put the dates?


"Jon Peltier" wrote:

Put food names in the first column of the data, the values for All in the
second column, for Some in the third column, and for None in the fourth.
Select the data and create a stacked column chart with series in columns.

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


"SpEdFriend" wrote in message
...
I am trying to make a chart to show the accuracy of food choices made my
significantly disabled student. The worksheet I made has food choice
names,
the data collection dates, and then notations of whether the student ate
all
(a) some (s) or none (n) of the food after choosing.
How do I get a chart that will show the a,s and n values as different
colors
in a stacked bar? (at least that's what I think I am looking for, but
would
be happy with any clearly readable chart)




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Need help formatting chart

Dates? How do you want to show the dates?
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"SpEdFriend" wrote in message
...
OK, I got that. Thanks. Where should I put the dates?


"Jon Peltier" wrote:

Put food names in the first column of the data, the values for All in the
second column, for Some in the third column, and for None in the fourth.
Select the data and create a stacked column chart with series in columns.

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


"SpEdFriend" wrote in message
...
I am trying to make a chart to show the accuracy of food choices made my
significantly disabled student. The worksheet I made has food choice
names,
the data collection dates, and then notations of whether the student
ate
all
(a) some (s) or none (n) of the food after choosing.
How do I get a chart that will show the a,s and n values as different
colors
in a stacked bar? (at least that's what I think I am looking for, but
would
be happy with any clearly readable chart)






  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Need help formatting chart

Each day, I have the student indicate food choices prior to eating lunch.
When the food choices are provided as lunch, I chart whether the kid ate the
food or not (the A, S, or N) What I need to show is progress (or lack of
progress) over time. For example, in the beginning she chose a hamburger, but
did not eat it, and had a tantrum when she saw that someone else had a
burrito, which turned out to be what she really wanted. After a couple times
of doing that, she figured out that the choices she makes will actually show
up at lunch :-) Now, she chooses burritos often. I need to show this
progress, and without the dates I have good info about choices, but it does
not show the evolution toward accurate choices.
Your previous suggestion was super, I was able to make very clear charts
following that will be very helpful for families. (I actually have several
students making various choices that we are tracking)
Thanks in advance for all your help.
SpEdFriend (Val)

"Jon Peltier" wrote:

Dates? How do you want to show the dates?
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"SpEdFriend" wrote in message
...
OK, I got that. Thanks. Where should I put the dates?


"Jon Peltier" wrote:

Put food names in the first column of the data, the values for All in the
second column, for Some in the third column, and for None in the fourth.
Select the data and create a stacked column chart with series in columns.

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


"SpEdFriend" wrote in message
...
I am trying to make a chart to show the accuracy of food choices made my
significantly disabled student. The worksheet I made has food choice
names,
the data collection dates, and then notations of whether the student
ate
all
(a) some (s) or none (n) of the food after choosing.
How do I get a chart that will show the a,s and n values as different
colors
in a stacked bar? (at least that's what I think I am looking for, but
would
be happy with any clearly readable chart)








  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Need help formatting chart

Making an easy-to-read chart becomes an issue.

The way I suggested earlier works of a single day, or for an average over N
days.

An easy to read chart puts date in the first column, and A, S, and N in the
next three columns, where A, S, and N are either for a single food item or
for the average over all food items.

To get them into a single chart, you could put date into the first column,
food item into the second, and A, S, and N in the next three columns, and
plot all five columns. Put all rows for each date together, then delete all
but the first mention of the date, and the chart's X axis will be fairly
clear. It will not be easy to follow different food items from day to day

You might either consider sticking with multiple charts by day, one for each
food item, or one chart by day, averaging all food items.

Another approach is to use a single weighted number to represent A, S, and
N. Try something like A + 0.5 * S as a fraction positive. Then put dates in
the first column, and the (A + 0.5 * S) for each food item into another
column. Create a line chart, which will have this weighted ASN value vs.
time plotted with one line per food item.

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


"SpEdFriend" wrote in message
...
Each day, I have the student indicate food choices prior to eating lunch.
When the food choices are provided as lunch, I chart whether the kid ate
the
food or not (the A, S, or N) What I need to show is progress (or lack of
progress) over time. For example, in the beginning she chose a hamburger,
but
did not eat it, and had a tantrum when she saw that someone else had a
burrito, which turned out to be what she really wanted. After a couple
times
of doing that, she figured out that the choices she makes will actually
show
up at lunch :-) Now, she chooses burritos often. I need to show this
progress, and without the dates I have good info about choices, but it
does
not show the evolution toward accurate choices.
Your previous suggestion was super, I was able to make very clear charts
following that will be very helpful for families. (I actually have several
students making various choices that we are tracking)
Thanks in advance for all your help.
SpEdFriend (Val)

"Jon Peltier" wrote:

Dates? How do you want to show the dates?
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"SpEdFriend" wrote in message
...
OK, I got that. Thanks. Where should I put the dates?


"Jon Peltier" wrote:

Put food names in the first column of the data, the values for All in
the
second column, for Some in the third column, and for None in the
fourth.
Select the data and create a stacked column chart with series in
columns.

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


"SpEdFriend" wrote in message
...
I am trying to make a chart to show the accuracy of food choices made
my
significantly disabled student. The worksheet I made has food choice
names,
the data collection dates, and then notations of whether the student
ate
all
(a) some (s) or none (n) of the food after choosing.
How do I get a chart that will show the a,s and n values as
different
colors
in a stacked bar? (at least that's what I think I am looking for,
but
would
be happy with any clearly readable chart)








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
Date formatting in Pivot Chart JessicaMc Charts and Charting in Excel 3 February 9th 06 01:36 AM
Activating a Chart object Hari Prasadh Charts and Charting in Excel 6 August 2nd 05 07:22 PM
Conditional formatting in a chart Baro Charts and Charting in Excel 3 June 27th 05 06:01 AM
Formatting lines between data points in a line chart ltanner Charts and Charting in Excel 2 March 13th 05 05:12 AM
Chart formatting Christianovitch Charts and Charting in Excel 1 January 19th 05 10:55 PM


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