Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
y y is offline
external usenet poster
 
Posts: 60
Default Which graph?

Hi all,

I have a serie of data as below:

A 23
C 3
D 4
F 67
D 34
A 56
A 23
F 3
D 7
C 6
D 7
R 12
D 15

I would build a graph with the 5 classes A, C, D, F, R on the x axis and I would use an "*" (or
something like this one) to represent the 3 values about A all in the same vertical line over the
point A in the x axis, the 2 values about C all in the same vertical line over the point C in the x
axis. The same for D values, F values and R values.

Which graph I need? Do you know examples over the net?

Any suggestion or link will be actually appreciated.

Thanks in advance, Alex.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Which graph?

Hi Alex!

This will do it.
I will treat your data as in cells A1:B13

Add a helper column next to column A: this becomes the new column B.
In B1 pu
=if(A1="A",1,if(A1="C",2,if(A1="D",3,if(A1="F",4,i f(A1="R",5)))))
(Simply converts your A,C,D,F,R,to 1,2,3,4,5 respectively)
Copy this down to B13.
Now plot columns B,C using the XY scatter graph.
Don't choose a graph with lines joining the points. It's easy to chang
the symbol for a point if you don't like Excel's default.

Al

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default Which graph?

You can complete the chart, putting the letters along the bottom,
following a technique like this:

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

Put your helper series along the bottom of the chart, not up the side.

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

AlfD < wrote:

Hi Alex!

This will do it.
I will treat your data as in cells A1:B13

Add a helper column next to column A: this becomes the new column B.
In B1 put
=if(A1="A",1,if(A1="C",2,if(A1="D",3,if(A1="F",4,i f(A1="R",5))))).
(Simply converts your A,C,D,F,R,to 1,2,3,4,5 respectively)
Copy this down to B13.
Now plot columns B,C using the XY scatter graph.
Don't choose a graph with lines joining the points. It's easy to change
the symbol for a point if you don't like Excel's default.

Alf


---
Message posted from http://www.ExcelForum.com/


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I graph data daily as a line graph across a calendar format Glani Charts and Charting in Excel 3 November 23rd 07 09:05 AM
How do I plot multiple series on one graph? - test-graph.xls (0/1) Leo Bueno Charts and Charting in Excel 1 August 2nd 07 12:49 PM
How do I plot multiple series on one graph? - test-graph.xls (1/1) Leo Bueno Charts and Charting in Excel 0 August 2nd 07 12:14 AM
Powerpoint Graph- Shading in between two linear graph lines TerenYoung Charts and Charting in Excel 1 June 15th 06 09:29 AM
Hyperlinkage of one graph with another graph or Drill down graph Sanjay Kumar Singh Charts and Charting in Excel 1 January 3rd 06 12:22 PM


All times are GMT +1. The time now is 01:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"