W
windsurferLA
In Excel'97, a complex spread sheet computes y = f(u, v) where y is the
answer and u and v are variables. There are other variables as well,
so really
y = f( u, v, x, w) , but lets assume x and w are constant.
I want to tabulate y as a function of u for several values of v, so they
can be graphed.
I can do this by manually sequentially entering the values for u and v
and recording the value of each corresponding y. I can also write a
macro to sequentially substitute a set of values for u and v, and in
turn enter the computed value of y into a second spread sheet, so the
u, v, and y relationship can later be graphed.
MY QUESTION I have a vague recollection that there is a simpler way. Am
I right that there is a simpler way, and if so, what is it?
answer and u and v are variables. There are other variables as well,
so really
y = f( u, v, x, w) , but lets assume x and w are constant.
I want to tabulate y as a function of u for several values of v, so they
can be graphed.
I can do this by manually sequentially entering the values for u and v
and recording the value of each corresponding y. I can also write a
macro to sequentially substitute a set of values for u and v, and in
turn enter the computed value of y into a second spread sheet, so the
u, v, and y relationship can later be graphed.
MY QUESTION I have a vague recollection that there is a simpler way. Am
I right that there is a simpler way, and if so, what is it?