close

from my prior post, i really do not believe I explained the problem
correctly.
Here goes again: note the function Average. Now compute Average( C1:C10).
In chronological order, C10 is the latest value. Now solve for C10 to make
C10=Average(C1:C10).

How can Excel resovle the equation?

Thanks so Much
What you suggest below will create a circular reference (i.e. you are asking
Excel to use the result of a formula as one of its arguments...the formula in
C10 cannot be computed because the vaue of C10 is required to do so, creating
an infinite loop). If this is really what you want to do, you can set the
maximum number of iterations to 1 under the Options tab...

quot;Barbara Harrisquot; wrote:

gt; from my prior post, i really do not believe I explained the problem
gt; correctly.
gt; Here goes again: note the function Average. Now compute Average( C1:C10).
gt; In chronological order, C10 is the latest value. Now solve for C10 to make
gt; C10=Average(C1:C10).
gt;
gt; How can Excel resovle the equation?
gt;
gt; Thanks so Much
gt;
gt;
gt;

It can. The simple approach of course is to make:

[C10] = Average(C1:C9)

By definition then, the average of C1:C10 will have the same value.

If you want a more complex and wonderful solution, you can use Solver.
Create another [D10]=C10-Average(C1:C10) and ask Solver to make D10=0 by
changing the value of C10. It will take you to precisely the same value.

Bill
---------------------------------
On Thu, 23 Feb 2006 05:58:21 -0800, Barbara Harris wrote:

gt; from my prior post, i really do not believe I explained the problem
gt; correctly.
gt; Here goes again: note the function Average. Now compute Average( C1:C10).
gt; In chronological order, C10 is the latest value. Now solve for C10 to make
gt; C10=Average(C1:C10).
gt;
gt; How can Excel resovle the equation?
gt;
gt; Thanks so Much

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()