Technology Questions

Go Back   Technology Questions > Software Questions > General Questions > Microsoft Office



Reply
 
LinkBack Thread Tools
  #1  
Old 01-15-2007, 10:50 AM
sqlservernewbie@yahoo.com
Newsgroup Contributor
 
Posts: n/a
Create simple line graph in Excel!!!!!

Ok, I've struggled with this far too long now.
And abandoned the task a number of times over the past year.
So, I'm going to ask you now.


I have two columns of data:

u a
v b
w c
x d
y e
z f
etc.

Where u to z, and a to f represent numbers.


I want to see a simple graph with one column representing the
X axis, and the other column, representing the Y axis.

And a line, showing the relationship between the two.

It should be simple right? Unfortunately, it hasn't.

I've tried to create a scatter graph with lines.
And a line graph.

But excel just doesn't want to cooperate.
It wants to make each column a separate line.
Not the axis.


What is the secret please? I'm using Excel 97.


Thanks a lot!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 01-15-2007, 10:50 AM
  #2  
Old 01-15-2007, 10:50 AM
Jon Peltier
Newsgroup Contributor
 
Posts: n/a
Re: Create simple line graph in Excel!!!!!

First of all, at least the Y values must be numerical. You can apply a fake
axis with other labels after plotting the numbers:

http://peltiertech.com/Excel/Charts/Y_CategoryAxis.html
http://peltiertech.com/Excel/Charts/DotPlot.html

Second, if you are making a line chart, if Excel doesn't detect a difference
between the two columns (to indicate that the left column is for category
labels), it plots them both as Y values for separate line series. One way to
make the columns different is to put a label over the second column, and
keep the cell over the first column blank.

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


<sqlservernewbie******.com> wrote in message
news:1167527703.007480.303550@s34g2000cwa.googlegr oups.com...
> Ok, I've struggled with this far too long now.
> And abandoned the task a number of times over the past year.
> So, I'm going to ask you now.
>
>
> I have two columns of data:
>
> u a
> v b
> w c
> x d
> y e
> z f
> etc.
>
> Where u to z, and a to f represent numbers.
>
>
> I want to see a simple graph with one column representing the
> X axis, and the other column, representing the Y axis.
>
> And a line, showing the relationship between the two.
>
> It should be simple right? Unfortunately, it hasn't.
>
> I've tried to create a scatter graph with lines.
> And a line graph.
>
> But excel just doesn't want to cooperate.
> It wants to make each column a separate line.
> Not the axis.
>
>
> What is the secret please? I'm using Excel 97.
>
>
> Thanks a lot!
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3  
Old 01-15-2007, 10:50 AM
DatabaseBen
Newsgroup Contributor
 
Posts: n/a
Re: Create simple line graph in Excel!!!!!

over a whole year and
you still can't get it right on
graph paper or your computer.

try transposing your columns
into rows, add another row for
a time line/column names, then create your
graph with the wizard....


<sqlservernewbie******.com> wrote in message
news:1167527703.007480.303550@s34g2000cwa.googlegr oups.com...
> Ok, I've struggled with this far too long now.
> And abandoned the task a number of times over the past year.
> So, I'm going to ask you now.
>
>
> I have two columns of data:
>
> u a
> v b
> w c
> x d
> y e
> z f
> etc.
>
> Where u to z, and a to f represent numbers.
>
>
> I want to see a simple graph with one column representing the
> X axis, and the other column, representing the Y axis.
>
> And a line, showing the relationship between the two.
>
> It should be simple right? Unfortunately, it hasn't.
>
> I've tried to create a scatter graph with lines.
> And a line graph.
>
> But excel just doesn't want to cooperate.
> It wants to make each column a separate line.
> Not the axis.
>
>
> What is the secret please? I'm using Excel 97.
>
>
> Thanks a lot!
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4  
Old 01-15-2007, 10:50 AM
David Biddulph
Newsgroup Contributor
 
Posts: n/a
Re: Create simple line graph in Excel!!!!!

Select the two columns (your cells u to f).
Insert/ Chart/ XY Scatter
Choose version with lines
Data in columns

That should work, but if not: Edit Source data and put your cells u to z as
your X series, and a to f as your Y series.
--
David Biddulph

<sqlservernewbie******.com> wrote in message
news:1167527703.007480.303550@s34g2000cwa.googlegr oups.com...
> Ok, I've struggled with this far too long now.
> And abandoned the task a number of times over the past year.
> So, I'm going to ask you now.
>
>
> I have two columns of data:
>
> u a
> v b
> w c
> x d
> y e
> z f
> etc.
>
> Where u to z, and a to f represent numbers.
>
>
> I want to see a simple graph with one column representing the
> X axis, and the other column, representing the Y axis.
>
> And a line, showing the relationship between the two.
>
> It should be simple right? Unfortunately, it hasn't.
>
> I've tried to create a scatter graph with lines.
> And a line graph.
>
> But excel just doesn't want to cooperate.
> It wants to make each column a separate line.
> Not the axis.
>
>
> What is the secret please? I'm using Excel 97.
>
>
> Thanks a lot!
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5  
Old 01-15-2007, 10:50 AM
sqlservernewbie@yahoo.com
Newsgroup Contributor
 
Posts: n/a
Re: Create simple line graph in Excel!!!!!

Ok, I got it. I found a spreadsheet on the web, and
checked it out.

The secret is, within the Source Data, there is:
- a single series
- both the X and Y values are assigned to the same series.

Not two series as I was attempting.

Too bad that Microsoft doesn't make this obvious anywhere.
Graphs line these are very common.

Thanks for responding.


sqlservernewbie******.com wrote:
> Ok, I've struggled with this far too long now.
> And abandoned the task a number of times over the past year.
> So, I'm going to ask you now.
>
>
> I have two columns of data:
>
> u a
> v b
> w c
> x d
> y e
> z f
> etc.
>
> Where u to z, and a to f represent numbers.
>
>
> I want to see a simple graph with one column representing the
> X axis, and the other column, representing the Y axis.
>
> And a line, showing the relationship between the two.
>
> It should be simple right? Unfortunately, it hasn't.
>
> I've tried to create a scatter graph with lines.
> And a line graph.
>
> But excel just doesn't want to cooperate.
> It wants to make each column a separate line.
> Not the axis.
>
>
> What is the secret please? I'm using Excel 97.
>
>
> Thanks a lot!


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Excel Mobile usage Walter Briscoe Pocket PC General 12 01-19-2009 10:45 AM
Simple Excel Mobile usage Walter Briscoe Pocket PC General 4 12-19-2008 09:50 AM
Create xlt files (excel templates) using excel 2002 Monetto Microsoft Office 2 09-25-2007 02:00 PM
need to create graph (with x and y axes) in office 2003 ali Microsoft Office 1 04-22-2007 12:30 PM
Create simple line graph in Excel!!!!! sqlservernewbie@yahoo.com Microsoft Office 4 01-15-2007 10:50 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 07:54 AM.


2003 - 2010 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0