PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Why hasn't MS fixed this yet.....?

Reply

Why hasn't MS fixed this yet.....?

 
Thread Tools Rate Thread
Old 09-02-2004, 04:51 PM   #1
=?Utf-8?B?am1vcnJpcw==?=
Guest
 
Posts: n/a
Default Why hasn't MS fixed this yet.....?


When you create horizontal bar charts, they always come in backwards, so to fix it you have to flip the data. Same with Stacked Collumns. Also, if you have paired bars they come in flipped as well! I've worked with Excel 97 through XP, you think they would have fixed this by now!
  Reply With Quote
Old 09-02-2004, 05:20 PM   #2
Bernard V Liengme
Guest
 
Posts: n/a
Default Re: Why hasn't MS fixed this yet.....?

Sounds like you are looking for a left handed cup!
Bernard
"jmorris" <anonymous@discussions.microsoft.com> wrote in message
news:E9B2A931-D858-4445-8CDC-C3A25071C58B@microsoft.com...
> When you create horizontal bar charts, they always come in backwards, so

to fix it you have to flip the data. Same with Stacked Collumns. Also, if
you have paired bars they come in flipped as well! I've worked with Excel 97
through XP, you think they would have fixed this by now!


  Reply With Quote
Old 09-02-2004, 06:47 PM   #3
James Silverton
Guest
 
Posts: n/a
Default Re: Why hasn't MS fixed this yet.....?


"Bernard V Liengme" <bliengme@stfx.TRUENORTHca> wrote in message
news:uxiqeNz7DHA.3420@TK2MSFTNGP11.phx.gbl...
> Sounds like you are looking for a left handed cup!
> Bernard
> "jmorris" <anonymous@discussions.microsoft.com> wrote in message
> news:E9B2A931-D858-4445-8CDC-C3A25071C58B@microsoft.com...
> > When you create horizontal bar charts, they always come in

backwards, so
> to fix it you have to flip the data. Same with Stacked Collumns.

Also, if
> you have paired bars they come in flipped as well! I've worked with

Excel 97
> through XP, you think they would have fixed this by now!


Microsoft sometimes works on a geological time scale: do they have a
left-handed mouse yet?


--
James V. Silverton
Potomac, Maryland, USA


  Reply With Quote
Old 09-02-2004, 07:12 PM   #4
Jon Peltier
Guest
 
Posts: n/a
Default Re: Why hasn't MS fixed this yet.....?

The labels are listed in the order they appear in the worksheet, with
the first label closest to the Y axis. That's the way it has always
been, and although I don't care for this either, I have learned to
adapt. You could always write a macro to change it after the fact, or
make a custom chart type that has the axis order reversed.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

jmorris wrote:

> When you create horizontal bar charts, they always come in backwards,
> so to fix it you have to flip the data. Same with Stacked Collumns.
> Also, if you have paired bars they come in flipped as well! I've
> worked with Excel 97 through XP, you think they would have fixed this
> by now!


  Reply With Quote
Old 09-02-2004, 07:37 PM   #5
Jon Peltier
Guest
 
Posts: n/a
Default Re: Why hasn't MS fixed this yet.....?

I use one of their wireless optical mouse-keyboard combinations, with
the mouse usually in my left hand. The mouse is symmetric. One could
reassign the buttons, but after years of sharing a mouse with family
members, I just use it the way it came out of the box.

Yes, they can be very slow to address important issues. It wasn't until
2003 that the statistical functions finally were improved. I wish there
were a NULL() or BLANK() worksheet function, so a formula could really
be treated as a blank cell. Maybe before I retire.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

James Silverton wrote:
> "Bernard V Liengme" <bliengme@stfx.TRUENORTHca> wrote in message
> news:uxiqeNz7DHA.3420@TK2MSFTNGP11.phx.gbl...
>
>>Sounds like you are looking for a left handed cup!
>>Bernard
>>"jmorris" <anonymous@discussions.microsoft.com> wrote in message
>>news:E9B2A931-D858-4445-8CDC-C3A25071C58B@microsoft.com...
>>
>>>When you create horizontal bar charts, they always come in

>
> backwards, so
>
>>to fix it you have to flip the data. Same with Stacked Collumns.

>
> Also, if
>
>>you have paired bars they come in flipped as well! I've worked with

>
> Excel 97
>
>>through XP, you think they would have fixed this by now!

>
>
> Microsoft sometimes works on a geological time scale: do they have a
> left-handed mouse yet?
>
>


  Reply With Quote
Old 10-02-2004, 12:30 AM   #6
Bernard Liengme
Guest
 
Posts: n/a
Default Re: Why hasn't MS fixed this yet.....?

I have the converse problem with LINEST. I always think of ordered pairs of
data in the form (x,y) so I would like the syntax to be LINEST(x-values,
y-values...)
Now imagine a world in which we could customize such things. It could be
great until we started to communicate with others!!!!!!
--
Bernard
www.stfx.ca/people/bliengme
remove CAPS in e-mail address

"Jon Peltier" <jonxlmvpNO@SPAMpeltiertech.com> wrote in message
news:O2u$iC07DHA.2676@TK2MSFTNGP10.phx.gbl...
> The labels are listed in the order they appear in the worksheet, with
> the first label closest to the Y axis. That's the way it has always
> been, and although I don't care for this either, I have learned to
> adapt. You could always write a macro to change it after the fact, or
> make a custom chart type that has the axis order reversed.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> http://PeltierTech.com/Excel/Charts/
> _______
>
> jmorris wrote:
>
> > When you create horizontal bar charts, they always come in backwards,
> > so to fix it you have to flip the data. Same with Stacked Collumns.
> > Also, if you have paired bars they come in flipped as well! I've
> > worked with Excel 97 through XP, you think they would have fixed this
> > by now!

>



  Reply With Quote
Old 10-02-2004, 06:33 PM   #7
Jon Peltier
Guest
 
Posts: n/a
Default Re: Why hasn't MS fixed this yet.....?

Maybe that's why we have standards and specs....

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

Bernard Liengme wrote:
> I have the converse problem with LINEST. I always think of ordered pairs of
> data in the form (x,y) so I would like the syntax to be LINEST(x-values,
> y-values...)
> Now imagine a world in which we could customize such things. It could be
> great until we started to communicate with others!!!!!!


  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

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