Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how to develop a formula where assumed value in a cell is used to

i want to develop a formula where a cell value is first assumed to calculate
parameters of a machine.the parameter assumed is also obtained by calculation
.. how to ensure that assumed value is replced with calculated value and all
calculations are repeted till difference between assumed and calculated value
is less than 0.1
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,510
Default how to develop a formula where assumed value in a cell is used to

Hi,

The following is extracted from xl2007 help. I think it answers your first
question. (Not the answer you would like but that's life.)

Excel cannot automatically calculate a formula that refers to the cell €”
either directly or indirectly €” that contains the formula.

'Iteration' is the word to look up for repeated calculation. You might find
something helpful between there and the Add-in Solver but you will probably
need to place your assumed value in another cell.

Regards,

OssieMac



"V. K abbey" wrote:

i want to develop a formula where a cell value is first assumed to calculate
parameters of a machine.the parameter assumed is also obtained by calculation
. how to ensure that assumed value is replced with calculated value and all
calculations are repeted till difference between assumed and calculated value
is less than 0.1

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default how to develop a formula where assumed value in a cell is used to

Take a look at ToolsGoal Seek... It may do what you want.

--
Regards,
Fred


"V. K abbey" <V. K wrote in message
...
i want to develop a formula where a cell value is first assumed to calculate
parameters of a machine.the parameter assumed is also obtained by calculation
. how to ensure that assumed value is replced with calculated value and all
calculations are repeted till difference between assumed and calculated value
is less than 0.1



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default how to develop a formula where assumed value in a cell is used to

Go to program options and find Calculations (or Formulas in XL 2007).
Turn on iterative calculations, and set the "maximum change" value to
0.1, and a desired "maximum iterations" value.

From there, since you didn't specify the formulae you're using, the

general technique I use involves this:

(1). A cell which determines whether to make the formula loop circular
(TRUE/FALSE or 1/0 value)
(2). A cell that contains the initial "guess" value
(3). A reference cell that is reused in calculation
(4). A cell that conditionally refers to the (2) when (1) is FALSE,
and to (3) when (1) is TRUE

Then, you enter your parameters, set (1) to true, and watch it go.

Hope that's helpful to your situation.


On Aug 21, 12:38 am, V. K abbey <V. K
wrote:
i want to develop a formula where a cell value is first assumed to calculate
parameters of a machine.the parameter assumed is also obtained by calculation
. how to ensure that assumed value is replced with calculated value and all
calculations are repeted till difference between assumed and calculated value
is less than 0.1



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
How do I develop a forum in Excel? cloud Excel Discussion (Misc queries) 0 March 10th 06 06:39 AM
I need to develop an EFAS table Leandra Setting up and Configuration of Excel 3 September 3rd 05 08:55 PM
Assumed Lunch Jeff Excel Discussion (Misc queries) 2 March 20th 05 05:35 AM
how to develop a table to count in base numbers waynebosz Excel Worksheet Functions 5 February 25th 05 02:38 PM
Does anyone know how to develop forumulas or algorithms for various cells? Chris Hoff Excel Worksheet Functions 1 November 21st 04 11:52 PM


All times are GMT +1. The time now is 12:44 AM.

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

About Us

"It's about Microsoft Excel"