Circular Reference

B

build

G'day All,
I have a workbook for a sporting competition containing 1 sheet for each
event to calculate player performance and a sheet showing the championship
table.

After each round I add the results for that event. Then I want to apply a
"leveling" formula based on the total score 'to date' in the championship
table. This creates a circular reference and also changes the leveling
adjustment for previous weeks.

Can anyone suggest a method of achieving the desired effect without entering
the levelling scores by hand?

Thanking you in anticipation,
build
 
V

vezerid

Most likely you have a formula like:

=A2/SUM($B$2:$B$20)

and this formula is in cell B2, hence it is referring to itself.
Compute the sum in another cell (e.g. C2) and then use A2/C2.

Does this help?
Kostis Vezerides
 

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