Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Indicating the minimum and maximum on column charts

I am a management consultant with basic Excel 2003 experience.

I want to create a dashboard for a client, which is going to be a column
graph displaying the average scores (max score of 5) for 6 questions. The
questions are assessing a relationship between two teams.

I want to add in an indicator to show the maximum score and the minimum
score for each question - I would call this the range, but I know Excel has
its own terminology. Can this be done? It would allow me to show if the
answers are polarised e.g: some people are very happy, some are very unhappy.

I have spent much time reading and searching, I know this is basic but the
help would be very appreciated!

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Indicating the minimum and maximum on column charts

Hi,

Assuming data is laid out in range A1:D6, where A2:A6 contains question
text, B2:B6 average scores.
C2:C6 Max scores and D2:D6 Min scores. B1:D1 contain series names.

Create a clustered column chart on the range A1:D6
Select the Average scores series and move to the secondary axis. Format
Axis Secondary.
Delete the secondary Y axis so the series uses the main Y axis for it's
scaling.
Select the Max Score series and format overlap and gap width to 100. Format
Series Options ...

Select the Min Score series and format the border to none and the Pattern to
that of the plot area. Format Patterns ...

You should now have an area behind each average score column showing the min
to max score.

You might want to change the Average scores chart type to a line chart with
Markers Only.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Mark Winter" <Mark wrote in message
...
I am a management consultant with basic Excel 2003 experience.

I want to create a dashboard for a client, which is going to be a column
graph displaying the average scores (max score of 5) for 6 questions. The
questions are assessing a relationship between two teams.

I want to add in an indicator to show the maximum score and the minimum
score for each question - I would call this the range, but I know Excel
has
its own terminology. Can this be done? It would allow me to show if the
answers are polarised e.g: some people are very happy, some are very
unhappy.

I have spent much time reading and searching, I know this is basic but the
help would be very appreciated!


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default Indicating the minimum and maximum on column charts

Thank you Andy, easy to follow instructions and solved my problem....much
obliged!

"Andy Pope" wrote:

Hi,

Assuming data is laid out in range A1:D6, where A2:A6 contains question
text, B2:B6 average scores.
C2:C6 Max scores and D2:D6 Min scores. B1:D1 contain series names.

Create a clustered column chart on the range A1:D6
Select the Average scores series and move to the secondary axis. Format
Axis Secondary.
Delete the secondary Y axis so the series uses the main Y axis for it's
scaling.
Select the Max Score series and format overlap and gap width to 100. Format
Series Options ...

Select the Min Score series and format the border to none and the Pattern to
that of the plot area. Format Patterns ...

You should now have an area behind each average score column showing the min
to max score.

You might want to change the Average scores chart type to a line chart with
Markers Only.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Mark Winter" <Mark wrote in message
...
I am a management consultant with basic Excel 2003 experience.

I want to create a dashboard for a client, which is going to be a column
graph displaying the average scores (max score of 5) for 6 questions. The
questions are assessing a relationship between two teams.

I want to add in an indicator to show the maximum score and the minimum
score for each question - I would call this the range, but I know Excel
has
its own terminology. Can this be done? It would allow me to show if the
answers are polarised e.g: some people are very happy, some are very
unhappy.

I have spent much time reading and searching, I know this is basic but the
help would be very appreciated!


  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default Indicating the minimum and maximum on column charts

Actually, follow up question...

Could I do this for each individual question, over say 3 months?

Example: The question is "Do they treat us an equal partner?"
Month 1: 5 Respondents, Max score of 5, Min score of 2, Average Score of 3.6.

Can I chart months 2 and 3 in the same chart? The idea would be to show
(hopefully) positive trends as the months progress.

The reason I want to chart each individual question is to contrast technical
questions (e.g: Are they delivering on time?) versus relationship questions
(e.g: treat us an equal?)

Thanks once again (I hope)

Mark

"Andy Pope" wrote:

Hi,

Assuming data is laid out in range A1:D6, where A2:A6 contains question
text, B2:B6 average scores.
C2:C6 Max scores and D2:D6 Min scores. B1:D1 contain series names.

Create a clustered column chart on the range A1:D6
Select the Average scores series and move to the secondary axis. Format
Axis Secondary.
Delete the secondary Y axis so the series uses the main Y axis for it's
scaling.
Select the Max Score series and format overlap and gap width to 100. Format
Series Options ...

Select the Min Score series and format the border to none and the Pattern to
that of the plot area. Format Patterns ...

You should now have an area behind each average score column showing the min
to max score.

You might want to change the Average scores chart type to a line chart with
Markers Only.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Mark Winter" <Mark wrote in message
...
I am a management consultant with basic Excel 2003 experience.

I want to create a dashboard for a client, which is going to be a column
graph displaying the average scores (max score of 5) for 6 questions. The
questions are assessing a relationship between two teams.

I want to add in an indicator to show the maximum score and the minimum
score for each question - I would call this the range, but I know Excel
has
its own terminology. Can this be done? It would allow me to show if the
answers are polarised e.g: some people are very happy, some are very
unhappy.

I have spent much time reading and searching, I know this is basic but the
help would be very appreciated!


  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Indicating the minimum and maximum on column charts

If you add additional rows of data for each month you should be able to do
this.
Also add another column of labels in order to group Months with Questions.

Put the question text in A2,A5,A8,A11 and A14
In B2:B16 repeat Month 1, Month 2, Month 3
In C2:C16 scores for each question and month
In D2:D16 maximum score for each question repeated across months
In E2:E16 minimum score for each question repeated across months

Now chart A1:E16 and format as per previous instructions.
I think now you really should have the Average score as a line.
In order to break the line between questions insert blank rows above and
below each question.
You will need to adjust each series to use the rows 2:26. And move the
Question text up in order for the axis labels to appear correct.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Mark Winter" wrote in message
...
Actually, follow up question...

Could I do this for each individual question, over say 3 months?

Example: The question is "Do they treat us an equal partner?"
Month 1: 5 Respondents, Max score of 5, Min score of 2, Average Score of
3.6.

Can I chart months 2 and 3 in the same chart? The idea would be to show
(hopefully) positive trends as the months progress.

The reason I want to chart each individual question is to contrast
technical
questions (e.g: Are they delivering on time?) versus relationship
questions
(e.g: treat us an equal?)

Thanks once again (I hope)

Mark

"Andy Pope" wrote:

Hi,

Assuming data is laid out in range A1:D6, where A2:A6 contains question
text, B2:B6 average scores.
C2:C6 Max scores and D2:D6 Min scores. B1:D1 contain series names.

Create a clustered column chart on the range A1:D6
Select the Average scores series and move to the secondary axis. Format
Axis Secondary.
Delete the secondary Y axis so the series uses the main Y axis for it's
scaling.
Select the Max Score series and format overlap and gap width to 100.
Format
Series Options ...

Select the Min Score series and format the border to none and the Pattern
to
that of the plot area. Format Patterns ...

You should now have an area behind each average score column showing the
min
to max score.

You might want to change the Average scores chart type to a line chart
with
Markers Only.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Mark Winter" <Mark wrote in message
...
I am a management consultant with basic Excel 2003 experience.

I want to create a dashboard for a client, which is going to be a
column
graph displaying the average scores (max score of 5) for 6 questions.
The
questions are assessing a relationship between two teams.

I want to add in an indicator to show the maximum score and the minimum
score for each question - I would call this the range, but I know Excel
has
its own terminology. Can this be done? It would allow me to show if the
answers are polarised e.g: some people are very happy, some are very
unhappy.

I have spent much time reading and searching, I know this is basic but
the
help would be very appreciated!



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
How do I automate the minimum and maximum x scale? Jgraves Charts and Charting in Excel 1 August 30th 07 03:44 AM
maximum/minimum value in formula Tim G. Excel Discussion (Misc queries) 2 January 10th 07 10:38 AM
Spinners - minimum and maximum Brad Excel Discussion (Misc queries) 2 September 11th 06 03:33 PM
Maximum and minimum cell value sharkfoot Excel Discussion (Misc queries) 3 March 5th 06 11:08 PM
Minimum and Maximum with Complex Criteria [email protected] Excel Discussion (Misc queries) 4 December 16th 05 06:33 PM


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