Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 354
Default make chart based on equation

How can I make an excel chart based on an equation?

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default make chart based on equation

On Fri, 10 Aug 2007, in microsoft.public.excel.charting,
Daniel said:

How can I make an excel chart based on an equation?


Your equation will be in the form y=f(x). Create two columns, one of
which is filled with values of x, and the other filled with copies of
the equation f as an Excel formula, referring to the x values. Now make
an XY Chart using these two columns.

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default make chart based on equation

Since this is such a common request, I wrote this tutorial last month:

http://peltiertech.com/Excel/ChartsH...tEquation.html

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


"Del Cotter" wrote in message
...
On Fri, 10 Aug 2007, in microsoft.public.excel.charting,
Daniel said:

How can I make an excel chart based on an equation?


Your equation will be in the form y=f(x). Create two columns, one of which
is filled with values of x, and the other filled with copies of the
equation f as an Excel formula, referring to the x values. Now make an XY
Chart using these two columns.

--
Del Cotter
NB Personal replies to this post will send email to
,
which goes to a spam folder-- please send your email to del3 instead.



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 354
Default make chart based on equation

Thanks, Are there any other method to create chart without filling out x and
y columns in excel?
I know some statistic software such as Systat, plot chart just one click
after fill out the equation.
Thanks again
Daniel


"Jon Peltier" wrote:

Since this is such a common request, I wrote this tutorial last month:

http://peltiertech.com/Excel/ChartsH...tEquation.html

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


"Del Cotter" wrote in message
...
On Fri, 10 Aug 2007, in microsoft.public.excel.charting,
Daniel said:

How can I make an excel chart based on an equation?


Your equation will be in the form y=f(x). Create two columns, one of which
is filled with values of x, and the other filled with copies of the
equation f as an Excel formula, referring to the x values. Now make an XY
Chart using these two columns.

--
Del Cotter
NB Personal replies to this post will send email to
,
which goes to a spam folder-- please send your email to del3 instead.




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default make chart based on equation

Jon's article contains links to pages demonstrating a similar technique
for Excel, if that's what you want to do.

Daniel said:
Thanks, Are there any other method to create chart without filling out
x and y columns in excel? I know some statistic software such as
Systat, plot chart just one click after fill out the equation.


"Jon Peltier" wrote:
Since this is such a common request, I wrote this tutorial last month:

http://peltiertech.com/Excel/ChartsH...tEquation.html


--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.


  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default make chart based on equation

These techniques are initially pretty cool, until you're trying to track a
bug in a formula somewhere. Since you can't examine the data except in the
plot, you're in a difficult spot.

Worksheet cells are cheap and easy to use. If people didn't try to get
around using them for whatever reason, they'd have many fewer charting
difficulties.

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


"Del Cotter" wrote in message
...
Jon's article contains links to pages demonstrating a similar technique
for Excel, if that's what you want to do.

Daniel said:
Thanks, Are there any other method to create chart without filling out x
and y columns in excel? I know some statistic software such as Systat,
plot chart just one click after fill out the equation.


"Jon Peltier" wrote:
Since this is such a common request, I wrote this tutorial last month:

http://peltiertech.com/Excel/ChartsH...tEquation.html


--
Del Cotter
NB Personal replies to this post will send email to
,
which goes to a spam folder-- please send your email to del3 instead.



  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default make chart based on equation

What if you wanted to display a chart that tested values on one cell (being
x) and then plotted the y values. I want to do this because I have a
complicated spreadsheet, and instead of a simple equation, the path leads
through various sheets etc.
Or can you have a separate sheet that tests, for example if A1 equals one,
it will display what C4 will equal. Then if A1 = 2 it displays what C4 will
equal, etc.
I hope that makes sense.

"Jon Peltier" wrote:

These techniques are initially pretty cool, until you're trying to track a
bug in a formula somewhere. Since you can't examine the data except in the
plot, you're in a difficult spot.

Worksheet cells are cheap and easy to use. If people didn't try to get
around using them for whatever reason, they'd have many fewer charting
difficulties.

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


"Del Cotter" wrote in message
...
Jon's article contains links to pages demonstrating a similar technique
for Excel, if that's what you want to do.

Daniel said:
Thanks, Are there any other method to create chart without filling out x
and y columns in excel? I know some statistic software such as Systat,
plot chart just one click after fill out the equation.


"Jon Peltier" wrote:
Since this is such a common request, I wrote this tutorial last month:

http://peltiertech.com/Excel/ChartsH...tEquation.html


--
Del Cotter
NB Personal replies to this post will send email to
,
which goes to a spam folder-- please send your email to del3 instead.




  #8   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default make chart based on equation

You could set up a data table:

An overview of data tables in Excel 2003 and in Excel 2007 (Microsoft)
http://support.microsoft.com/kb/282852

Data Table Basics (Daily Dose)
http://www.dailydoseofexcel.com/arch...-table-basics/

Automating without code (Dermot Balson)
http://www.westnet.net.au/balson/Mod...MaNoCode.shtml

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


"Raget" wrote in message
...
What if you wanted to display a chart that tested values on one cell
(being
x) and then plotted the y values. I want to do this because I have a
complicated spreadsheet, and instead of a simple equation, the path leads
through various sheets etc.
Or can you have a separate sheet that tests, for example if A1 equals one,
it will display what C4 will equal. Then if A1 = 2 it displays what C4
will
equal, etc.
I hope that makes sense.

"Jon Peltier" wrote:

These techniques are initially pretty cool, until you're trying to track
a
bug in a formula somewhere. Since you can't examine the data except in
the
plot, you're in a difficult spot.

Worksheet cells are cheap and easy to use. If people didn't try to get
around using them for whatever reason, they'd have many fewer charting
difficulties.

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


"Del Cotter" wrote in message
...
Jon's article contains links to pages demonstrating a similar technique
for Excel, if that's what you want to do.

Daniel said:
Thanks, Are there any other method to create chart without filling out
x
and y columns in excel? I know some statistic software such as Systat,
plot chart just one click after fill out the equation.

"Jon Peltier" wrote:
Since this is such a common request, I wrote this tutorial last
month:

http://peltiertech.com/Excel/ChartsH...tEquation.html

--
Del Cotter
NB Personal replies to this post will send email to
,
which goes to a spam folder-- please send your email to del3
instead.






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 a make a graph from an equation on excel? Amber Charts and Charting in Excel 1 October 25th 06 12:53 PM
Make chart title based on a cell? pokdbz Excel Discussion (Misc queries) 3 July 11th 06 07:26 PM
How to make one column be the result of an equation between two dcnguyen New Users to Excel 7 January 9th 06 12:28 AM
Can you chart an equation (y=mx+b)? Adam Charts and Charting in Excel 2 December 16th 05 05:06 AM
How do I make FORMULA TO SOLVE CURVE OR 2ND ORDER EQUATION? HANY Excel Worksheet Functions 1 September 25th 05 01:31 PM


All times are GMT +1. The time now is 01:16 PM.

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"