#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Learning excel

I am sorry for the basic question but this has been in my head for days
unresolved.
Below is a set of data I have obtained from my experiment at school

(x,y)={(1,1)(2,2)(3,2),(4,3),(5,2)(6,3)(7,1)}

I am using excel to draw a straight lined graph with those points but I
am wondering is there any command to be input from the above "f"'s text
box to redraw the graph when I would like to move it parallel to the x
axis 5 units

In the above co-ordinates I used only a monotonic increasing x value of
1 unit. In a more complex case, I need use increasingly different values.

Any help is appreciated.



  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Learning excel

Charts use only the data you give them. There is no magic command to make
them plot something you didn't give them.

To get an offset, use formulas to add the offset to the data.

Your data:

1 1
2 2
3 2
4 3
5 2
6 3
7 1

Insert a column between these. I'll assume the inserted column is column B,
and your X data is in A3:A9. In B1 enter the value you want to offset the
data by, say 5. In B3 enter this formula

=A3+B$1

and drag this down the column. It will now look like this:

1 6 1
2 7 2
3 8 2
4 9 3
5 10 2
6 11 3
7 12 1

Now make the plot with the rightmost two columns.

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


"Simbie Le" wrote in message
...
I am sorry for the basic question but this has been in my head for days
unresolved.
Below is a set of data I have obtained from my experiment at school

(x,y)={(1,1)(2,2)(3,2),(4,3),(5,2)(6,3)(7,1)}

I am using excel to draw a straight lined graph with those points but I am
wondering is there any command to be input from the above "f"'s text box
to redraw the graph when I would like to move it parallel to the x axis 5
units

In the above co-ordinates I used only a monotonic increasing x value of 1
unit. In a more complex case, I need use increasingly different values.

Any help is appreciated.





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
unhide menu bar in excel - just disappeared Sean Setting up and Configuration of Excel 12 April 4th 23 10:19 AM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Using Excel 2000 VBA Application on Excel 2003 Excel Worksheet Functions 0 August 8th 06 02:36 AM
excel viewer littlebird0770 Setting up and Configuration of Excel 6 July 6th 06 04:10 PM
Excel file with hyperlinks takes a long time to open over the network Didier P Links and Linking in Excel 3 July 4th 06 04:39 PM


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

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

About Us

"It's about Microsoft Excel"