View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Constructing a chart: HELP

Try this chart:

http://pubs.logicalexpressions.com/P...cle.asp?ID=508

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

"Johny" wrote in
message ...

Hello,

I am looking for a graph so I can visualize customers with their
margins and volumes.
I was thinking about a rectangle for each customer:
the lenght is "margin" on the Y-axis and the width of the rectangle is
the "volume" on the X-axis.

Can somebody help me making this graph?

My data looks something like this (| | = 1 cell in excel):

row A contains the customernames
row B contains the margins
row C contains the volumes

|______|customer1|customer2|customer3|
|MARGIN|marginc1 |marginc2 |marginc3 |
|VOLUME|volumec1 |volumec2 |volumec3 |

thanx,

Eld0


--
Johny
------------------------------------------------------------------------
Johny's Profile:
http://www.excelforum.com/member.php...o&userid=30859
View this thread: http://www.excelforum.com/showthread...hreadid=538790