PC Review


Reply
Thread Tools Rate Thread

Multiple data in X-Axis

 
 
Alex
Guest
Posts: n/a
 
      27th Jan 2004
Hi everyone,

I'm trying to chart the following spreadsheet layout:

Expr2 FinancialClass SumOfTxnAmount
January, 2003 M $145
January, 2003 C $1432
January, 2003 P $23
January, 2003 S $432
January, 2003 B $2432
January, 2003 F $321
February, 2003 P $321
February, 2003 M $542
February, 2003 C $542
February, 2003 S $987
February, 2003 HMO $567
March, 2003 M $56
March, 2003 C $3456
March, 2003 B $526
March, 2003 P $1665
March, 2003 S $363
March, 2003 HMO $245
March, 2003 PPO $248
March, 2003 F $166

And I need the X Axis of the bar chart to look something like this:

| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | |
M C B P S HMO PPO M C B P S HMO PPO M C B P S HMO PPO
January 2003 February 2003 March 2003

But when I attempt to create the chart, it instead puts the month on
each colume, so each month is listed 7 times and horizontal,
overlapping and making basically a black bar along the bottom as the
letters merge.

I'm using Excel XP... any suggestions? Thanks,

Alex.
 
Reply With Quote
 
 
 
 
Andy Pope
Guest
Posts: n/a
 
      27th Jan 2004
Hi Alex,

Assuming your data is in cells A1:C20 then make these mods to help Excel
create your chart.
Remove Expr2 from A1
Remove FinancialClass from B1
Remove all but the first occurance of each unique month,
A3:A7 , A9:A12 , A14:A20

Now select A1:C20 and create a column chart.
Make sure the values in column C are not text but true numbers.

Alex wrote:

> Hi everyone,
>
> I'm trying to chart the following spreadsheet layout:
>
> Expr2 FinancialClass SumOfTxnAmount
> January, 2003 M $145
> January, 2003 C $1432
> January, 2003 P $23
> January, 2003 S $432
> January, 2003 B $2432
> January, 2003 F $321
> February, 2003 P $321
> February, 2003 M $542
> February, 2003 C $542
> February, 2003 S $987
> February, 2003 HMO $567
> March, 2003 M $56
> March, 2003 C $3456
> March, 2003 B $526
> March, 2003 P $1665
> March, 2003 S $363
> March, 2003 HMO $245
> March, 2003 PPO $248
> March, 2003 F $166
>
> And I need the X Axis of the bar chart to look something like this:
>
> | | | | | | | | | | | | | | | | |
> | | | | | | | | | | | | | | | | | | | | |
> | | | | | | | | | | | | | | | | | | | | |
> M C B P S HMO PPO M C B P S HMO PPO M C B P S HMO PPO
> January 2003 February 2003 March 2003
>
> But when I attempt to create the chart, it instead puts the month on
> each colume, so each month is listed 7 times and horizontal,
> overlapping and making basically a black bar along the bottom as the
> letters merge.
>
> I'm using Excel XP... any suggestions? Thanks,
>
> Alex.


--

Cheers
Andy

http://www.andypope.info

 
Reply With Quote
 
 
 
 
Alex
Guest
Posts: n/a
 
      28th Jan 2004
Hi Andy,

I ran across your site not long after posting my message, and your
examples of doing just this helped. Thanks! I also learned a TON
from the other samples, so thanks for the awesome page.

Alex.


Andy Pope <(E-Mail Removed)> wrote in message news:<#(E-Mail Removed)>...
> Hi Alex,
>
> Assuming your data is in cells A1:C20 then make these mods to help Excel
> create your chart.
> Remove Expr2 from A1
> Remove FinancialClass from B1
> Remove all but the first occurance of each unique month,
> A3:A7 , A9:A12 , A14:A20
>
> Now select A1:C20 and create a column chart.
> Make sure the values in column C are not text but true numbers.
>
> Alex wrote:
>
> > Hi everyone,
> >
> > I'm trying to chart the following spreadsheet layout:
> >
> > Expr2 FinancialClass SumOfTxnAmount
> > January, 2003 M $145
> > January, 2003 C $1432
> > January, 2003 P $23
> > January, 2003 S $432
> > January, 2003 B $2432
> > January, 2003 F $321
> > February, 2003 P $321
> > February, 2003 M $542
> > February, 2003 C $542
> > February, 2003 S $987
> > February, 2003 HMO $567
> > March, 2003 M $56
> > March, 2003 C $3456
> > March, 2003 B $526
> > March, 2003 P $1665
> > March, 2003 S $363
> > March, 2003 HMO $245
> > March, 2003 PPO $248
> > March, 2003 F $166
> >
> > And I need the X Axis of the bar chart to look something like this:
> >
> > | | | | | | | | | | | | | | | | |
> > | | | | | | | | | | | | | | | | | | | | |
> > | | | | | | | | | | | | | | | | | | | | |
> > M C B P S HMO PPO M C B P S HMO PPO M C B P S HMO PPO
> > January 2003 February 2003 March 2003
> >
> > But when I attempt to create the chart, it instead puts the month on
> > each colume, so each month is listed 7 times and horizontal,
> > overlapping and making basically a black bar along the bottom as the
> > letters merge.
> >
> > I'm using Excel XP... any suggestions? Thanks,
> >
> > Alex.

 
Reply With Quote
 
Andy Pope
Guest
Posts: n/a
 
      28th Jan 2004
Hi Alex,

Glad it help and thanks for the comments.

Alex wrote:

> Hi Andy,
>
> I ran across your site not long after posting my message, and your
> examples of doing just this helped. Thanks! I also learned a TON
> from the other samples, so thanks for the awesome page.
>
> Alex.
>
>
> Andy Pope <(E-Mail Removed)> wrote in message news:<#(E-Mail Removed)>...
>
>>Hi Alex,
>>
>>Assuming your data is in cells A1:C20 then make these mods to help Excel
>>create your chart.
>>Remove Expr2 from A1
>>Remove FinancialClass from B1
>>Remove all but the first occurance of each unique month,
>>A3:A7 , A9:A12 , A14:A20
>>
>>Now select A1:C20 and create a column chart.
>>Make sure the values in column C are not text but true numbers.
>>
>>Alex wrote:
>>
>>
>>>Hi everyone,
>>>
>>>I'm trying to chart the following spreadsheet layout:
>>>
>>>Expr2 FinancialClass SumOfTxnAmount
>>>January, 2003 M $145
>>>January, 2003 C $1432
>>>January, 2003 P $23
>>>January, 2003 S $432
>>>January, 2003 B $2432
>>>January, 2003 F $321
>>>February, 2003 P $321
>>>February, 2003 M $542
>>>February, 2003 C $542
>>>February, 2003 S $987
>>>February, 2003 HMO $567
>>>March, 2003 M $56
>>>March, 2003 C $3456
>>>March, 2003 B $526
>>>March, 2003 P $1665
>>>March, 2003 S $363
>>>March, 2003 HMO $245
>>>March, 2003 PPO $248
>>>March, 2003 F $166
>>>
>>>And I need the X Axis of the bar chart to look something like this:
>>>
>>>| | | | | | | | | | | | | | | | |
>>>| | | | | | | | | | | | | | | | | | | | |
>>>| | | | | | | | | | | | | | | | | | | | |
>>>M C B P S HMO PPO M C B P S HMO PPO M C B P S HMO PPO
>>>January 2003 February 2003 March 2003
>>>
>>>But when I attempt to create the chart, it instead puts the month on
>>>each colume, so each month is listed 7 times and horizontal,
>>>overlapping and making basically a black bar along the bottom as the
>>>letters merge.
>>>
>>>I'm using Excel XP... any suggestions? Thanks,
>>>
>>>Alex.


--

Cheers
Andy

http://www.andypope.info

 
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
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing admin.dataentryoutsourcing@gmail.com Microsoft Excel Misc 0 20th Mar 2008 01:45 PM
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing admin.dataentryoutsourcing@gmail.com Microsoft Access Form Coding 0 20th Mar 2008 01:44 PM
MULTIPLE DATA - How to insert new data into existing data.... =?Utf-8?B?Um9kb3JvZG8=?= Microsoft Excel Misc 0 16th Dec 2006 12:50 AM
Multiple input data , multiple output data =?Utf-8?B?TWU=?= Microsoft Excel Misc 7 4th Aug 2004 03:20 AM
Multiple Profiles, multiple accounts, multiple machine configuring? Sam Marrocco Microsoft Outlook 0 30th Dec 2003 04:29 AM


Features
 

Advertising
 

Newsgroups
 


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