PC Review


Reply
Thread Tools Rate Thread

different x axis lables

 
 
Bri
Guest
Posts: n/a
 
      20th Apr 2004
OK, I will attempt to draw my chart here in ASCII...


I want to chart survey responses. I have calculated average responses. I am
thinking horizontal bar chart but will consider other options


Q1Negative ------------- Q1Positive
Q2Negative -------- Q2Positive
Q3Negative --- Q3Positive
Q4Negative ----------- Q4Positive
1 2 3 4 5 6 7

what would also be nice is

Q1Negative 1 2 (3) 4 5 6 7 Q1Positive
Q2Negative 1 2 3 4 (5) 6 7 Q2Positive
Q3Negative 1 (2) 3 4 5 6 7 Q3Positive
Q4Negative 1 2 (3) 4 5 6 7 Q4Positive

With the first horizontal bar chat example I can get the bars, the y axis
and the left hand x-axes lables, If I could just add the right hand lables I
would be golden.

Any help will truly be appreciated. And of course I am up against a
deadline.



 
Reply With Quote
 
 
 
 
Bri
Guest
Posts: n/a
 
      20th Apr 2004
Excel 2002, the data is originating in a database (not that that matters)
but I have complete flexibility on DB output to support the chart.

"Bri" <(E-Mail Removed)> wrote in message
news:e06nt$(E-Mail Removed)...
> OK, I will attempt to draw my chart here in ASCII...
>
>
> I want to chart survey responses. I have calculated average responses. I

am
> thinking horizontal bar chart but will consider other options
>
>
> Q1Negative ------------- Q1Positive
> Q2Negative -------- Q2Positive
> Q3Negative --- Q3Positive
> Q4Negative ----------- Q4Positive
> 1 2 3 4 5 6 7
>
> what would also be nice is
>
> Q1Negative 1 2 (3) 4 5 6 7 Q1Positive
> Q2Negative 1 2 3 4 (5) 6 7 Q2Positive
> Q3Negative 1 (2) 3 4 5 6 7 Q3Positive
> Q4Negative 1 2 (3) 4 5 6 7 Q4Positive
>
> With the first horizontal bar chat example I can get the bars, the y axis
> and the left hand x-axes lables, If I could just add the right hand lables

I
> would be golden.
>
> Any help will truly be appreciated. And of course I am up against a
> deadline.
>
>
>



 
Reply With Quote
 
Bri
Guest
Posts: n/a
 
      20th Apr 2004
Also, where I have labels in my examples such as Q1negative and Q3Positive,
etc, they will be actually questions.

For example, the survey would ask something like
How would you rate your organization on a scale of 1 - 7.

Poorly Managed 1 2 3 4 5 6 7 Excellently managed

Silly example but you should get the point.

"Bri" <(E-Mail Removed)> wrote in message
news:e06nt$(E-Mail Removed)...
> OK, I will attempt to draw my chart here in ASCII...
>
>
> I want to chart survey responses. I have calculated average responses. I

am
> thinking horizontal bar chart but will consider other options
>
>
> Q1Negative ------------- Q1Positive
> Q2Negative -------- Q2Positive
> Q3Negative --- Q3Positive
> Q4Negative ----------- Q4Positive
> 1 2 3 4 5 6 7
>
> what would also be nice is
>
> Q1Negative 1 2 (3) 4 5 6 7 Q1Positive
> Q2Negative 1 2 3 4 (5) 6 7 Q2Positive
> Q3Negative 1 (2) 3 4 5 6 7 Q3Positive
> Q4Negative 1 2 (3) 4 5 6 7 Q4Positive
>
> With the first horizontal bar chat example I can get the bars, the y axis
> and the left hand x-axes lables, If I could just add the right hand lables

I
> would be golden.
>
> Any help will truly be appreciated. And of course I am up against a
> deadline.
>
>
>



 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      21st Apr 2004
Bri -

You can use a technique like one of these to put labels on the side of
the bar chart:

http://peltiertech.com/Excel/Charts/Y_CategoryAxis.html
http://peltiertech.com/Excel/Charts/ArbitraryAxis.html

Your second approach could be done within the worksheet. Labels in
columns A and H, numbers in between. Put the actual values over in
column J, and use conditional formatting to highlight the closest number
in the grid. Select the grid of numbers, select Conditional Formatting
from the Format menu. Choose the Formula Is from the Condition 1
dropdown, and enter this formula:

=AND($J7<=B7+0.5,$J7>B7-0.5)

(I started in row 7). Choose an appropriate format for the cells that
meet this condition.

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

Bri wrote:

> Also, where I have labels in my examples such as Q1negative and Q3Positive,
> etc, they will be actually questions.
>
> For example, the survey would ask something like
> How would you rate your organization on a scale of 1 - 7.
>
> Poorly Managed 1 2 3 4 5 6 7 Excellently managed
>
> Silly example but you should get the point.
>
> "Bri" <(E-Mail Removed)> wrote in message
> news:e06nt$(E-Mail Removed)...
>
>>OK, I will attempt to draw my chart here in ASCII...
>>
>>
>>I want to chart survey responses. I have calculated average responses. I

>
> am
>
>>thinking horizontal bar chart but will consider other options
>>
>>
>>Q1Negative ------------- Q1Positive
>>Q2Negative -------- Q2Positive
>>Q3Negative --- Q3Positive
>>Q4Negative ----------- Q4Positive
>> 1 2 3 4 5 6 7
>>
>>what would also be nice is
>>
>>Q1Negative 1 2 (3) 4 5 6 7 Q1Positive
>>Q2Negative 1 2 3 4 (5) 6 7 Q2Positive
>>Q3Negative 1 (2) 3 4 5 6 7 Q3Positive
>>Q4Negative 1 2 (3) 4 5 6 7 Q4Positive
>>
>>With the first horizontal bar chat example I can get the bars, the y axis
>>and the left hand x-axes lables, If I could just add the right hand lables

>
> I
>
>>would be golden.
>>
>>Any help will truly be appreciated. And of course I am up against a
>>deadline.
>>
>>
>>

>
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to move data lables on a line - col 2 axis chart =?Utf-8?B?Um9uVg==?= Microsoft Powerpoint 1 28th Apr 2007 04:23 PM
How to display all lables on chart x -axis in ms access 2002? =?Utf-8?B?bmtpbWFuaXM=?= Microsoft Access 0 19th Oct 2004 04:35 PM
X axis lables on a + and - scale?!? chadt74 Microsoft Excel Charting 2 30th Sep 2004 05:11 PM
Category Axis Lables =?Utf-8?B?TmFydTcw?= Microsoft Excel Charting 1 8th May 2004 11:22 PM
Text and Data for Axis Lables regjoe Microsoft Excel Charting 1 28th Sep 2003 12:20 AM


Features
 

Advertising
 

Newsgroups
 


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