Solve this Equation, Please

B

Barbara Harris

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
 
G

Guest

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...
 
B

Bill Martin

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
 

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