Example Series
33.3 11.1 22.2 -33.3
Thie pie chart of this shows up with 2 slices of 33%, 1 slice of 11%, and 1
slice of 22%. How can I make this show up as just 3 slices, igoring
negative numbers?
I checked Deja News, and a search using all keywords, with keywords of
"pie" and "negative" came up empty. Other found items didn't address this,
either.
TIA
Bill Koran, P.E.
Energy Conservation Engineer
Here's one way:
set up another column (or row) and use =if( value<0, 0, value). This will
convert your negative values to 0, which will cause a slice of size 0,
though you'll still see labels for these points, if your chart is using
them. If there are two negative values, the labels will pile up at the same
point.
--
Regards from Virginia Beach, VA
Earl Kiosterud
ea...@livenet.net
-------------------------------------------------------------
Bill Koran <bko...@aol.com> wrote in article
<01be10c9$91a91200$4885aa98@HB021747_Bkoran.honeywell.com>...
Thanks,
Bill
Earl Kiosterud <ea...@livenet.net> wrote in article
<01be12a8$e4ae81c0$9e1f9cce@earlp200>...
You could create a macro that would do the sorting adn then
range selection for you. Still doesn;t "fix" the problem, but
would make your temp. fix easier.
Steve
On Tue, 17 Nov 1998 23:09:01 -0800, "Bill Koran" <bko...@aol.com>
wrote: