Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do you initialize the values in a circular reference?

With complex calculations that require a circular reference, you can have an
error when you open the spreadsheet. It can be fixed by replacing a key value
in the reference to get the calculation going, then put the real calcuation
back in. This is cumbersome--how can you provide a way for the circular
reference calculations to start?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default How do you initialize the values in a circular reference?

Have you tried going to
Tools -- Options -- [Calculation] tab and ticking the box labeled
"Iterations"? If that box is checked, then circular references are allowed
in the workbook. I don't know why they call it 'Circular Reference" at run
time and "Iterations" in the [Calculation] tab, but they do. Might have been
more 'intuitive' had they labeled the box on the [Calculation] tab something
like "Permit Circular References".

"turbosteve" wrote:

With complex calculations that require a circular reference, you can have an
error when you open the spreadsheet. It can be fixed by replacing a key value
in the reference to get the calculation going, then put the real calcuation
back in. This is cumbersome--how can you provide a way for the circular
reference calculations to start?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How do you initialize the values in a circular reference?

In other words, you want to reset the circular reference formula?

What I do is select the cell with the formula. Double click (or function key
F2) then click on the "enter icon" (or hit the Enter key).

--
Biff
Microsoft Excel MVP


"turbosteve" wrote in message
...
With complex calculations that require a circular reference, you can have
an
error when you open the spreadsheet. It can be fixed by replacing a key
value
in the reference to get the calculation going, then put the real
calcuation
back in. This is cumbersome--how can you provide a way for the circular
reference calculations to start?



  #4   Report Post  
Junior Member
 
Posts: 1
Default

Quote:
Originally Posted by turbosteve View Post
With complex calculations that require a circular reference, you can have an error when you open the spreadsheet. It can be fixed by replacing a key value in the reference to get the calculation going, then put the real calculation back in. This is cumbersome--how can you provide a way for the circular reference calculations to start?
Steve: Suppose You have your desired initialization values in one column (say A), and You have your cyclic formulae in another column (say B). You can put at the top of your spreadsheet a pair of "reset variables", putting 1 into say C1, and (1-C1) into D1; during the initialization process You will set C1 to 0, then set C1 back to 1. Modify your cyclic formulae to be [(old formula in cell B,n)*C1 + (initialization value in A,n)*D1]. Whenever You want to re-initialize, manually set cell C1 to be 0, then --to compute your cyclic formulae-- reset C1 to be 1.

If You prefer, instead of inputting 0 & 1, You can use text values "yes" & "no", with an appropriate conversion to 0/1 formula, e.g. IF(EXACT(C1,"yes"),1,0).

If needed, You can similarly use this same pair of "reset variables" in other places of the spreadsheet.

Others may know a sweeter way to implement this idea. Hope this helps.
  #5   Report Post  
Banned
 
Location: Russia
Posts: 2
Send a message via ICQ to antagippize
Default

i know that YOU didnt start it to make it a flame war, but check out from your post to mine. 5 post, 5 flaming. this is what im talking about.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
circular reference Sasa Stankovic Excel Worksheet Functions 3 August 18th 08 03:58 PM
circular reference circular reference Excel Worksheet Functions 2 August 9th 08 10:05 PM
Circular reference april Excel Discussion (Misc queries) 3 September 16th 07 06:26 PM
Is this possible? (Circular reference?) Big UT Fan Excel Discussion (Misc queries) 2 July 11th 07 04:48 PM
Userform Initialize & combo box values michaelberrier Excel Discussion (Misc queries) 3 June 27th 06 04:35 PM


All times are GMT +1. The time now is 09:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"