How to chart a formula

G

Guest

Hello
Is there a way that I can plot two functions into one chart? I mean that I
only need write the first function (eg. Y = 3*x^2) in Cell A1 and the second
function (eg. Y = exp(x) +x) in Cell A2 and get both functions plotted in the
same chart.

I saw PLOT manager which was created by Tushar Mehta but it does not do what
I want.

So if anybody can help me to write a VBA code to do this task I would really
appreciate it

This is an illustration of what I want
http://phpaw.com/myscrpit/milt-up/jpg/jpg-1123870575.jpg
 
G

Guest

Thanks Andy

I tried using this method several times but I was unsuccessful. So I think
VBA is more suitable to me.

I am doing this as part of my project which I am asked to plot two functions
and then calculate the area under the curves.

If you can help I would be so pleased.
 
A

Andy Pope

Hi,

I was able to add another formula to the example workbook and chart it
in the same chart as the existing one. If you email me I will send you
an example.

Cheers
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top