Most Valuable Professional


subscribe to rss feed
Subscribe in a reader

Home > English site > Articles > Chart an Equation > Introduction
Deze pagina in het Nederlands

Charting a mathematical equation using Excel and defined names

Introduction

When doing mathematics, wouldn't it be nice if we could type an equation into a cell in Excel and immediately see the resulting graph?

Suppose we have an equation like:

y=x2-2.x+6

Normally, we would create a column with x values and in the adjacent column "translate" this formula into a cell formula:

=A2^2-2*A2+6

and copy this formula down to match the number of x values in column A:

Subsequently, we would base a chart on this set of data:

This method lacks flexibility. It would be much more convenient, if we could:

 

Yet another constraint we're going to place on this task:

Apart from the cells shown in the figure above, no cells are to be used, just defined names with formulas.