PC Review


Reply
Thread Tools Rate Thread

Successive Iteration

 
 
Lory
Guest
Posts: n/a
 
      16th Jan 2004
Hello,

Here's what I need:

In A1, I have the number x that I'm starting with and in B1, I have
entered the formula that uses x to get a new number which I need it to
be in A2 then B2 uses the A2 number to generate a new number that goes
into A3 and so on......and eventually the number in A should equal the
number in B column.

I have entered the number say 5 in A1, then I typed in the forumla B1
and pressed F9 but nothing happens. I have checked the iteration button
and changed to manual calculation in the Tools --> Options -->
Calculations menu.

Please Help.
Thanks in advance.

-Lory


---
Message posted from http://www.ExcelForum.com/

 
Reply With Quote
 
 
 
 
Michael
Guest
Posts: n/a
 
      16th Jan 2004
Hi Lori
Sounds like a home budget sheet.
When you have typed the formula in B1 hit enter.
In A2 put =B1. You should be able to drag B1 down as far
as you need to make it do each successive row.
Regards
Michael
>-----Original Message-----
>Hello,
>
>Here's what I need:
>
>In A1, I have the number x that I'm starting with and in

B1, I have
>entered the formula that uses x to get a new number which

I need it to
>be in A2 then B2 uses the A2 number to generate a new

number that goes
>into A3 and so on......and eventually the number in A

should equal the
>number in B column.
>
>I have entered the number say 5 in A1, then I typed in

the forumla B1
>and pressed F9 but nothing happens. I have checked the

iteration button
>and changed to manual calculation in the Tools -->

Options -->
>Calculations menu.
>
>Please Help.
>Thanks in advance.
>
>-Lory
>
>
>---
>Message posted from http://www.ExcelForum.com/
>
>.
>

 
Reply With Quote
 
=?Utf-8?B?TWFyayBHcmFlc3Nlcg==?=
Guest
Posts: n/a
 
      16th Jan 2004
Lory,
When you say "nothing happens" do you mean the formula in B1 is still visible and does not calculate? Check the number format in B1, it might be set to text. If so, then reset to general and re-enter your formula.

Good Luck,
Mark Graesser
(E-Mail Removed)

----- Lory > wrote: -----

Hello,

Here's what I need:

In A1, I have the number x that I'm starting with and in B1, I have
entered the formula that uses x to get a new number which I need it to
be in A2 then B2 uses the A2 number to generate a new number that goes
into A3 and so on......and eventually the number in A should equal the
number in B column.

I have entered the number say 5 in A1, then I typed in the forumla B1
and pressed F9 but nothing happens. I have checked the iteration button
and changed to manual calculation in the Tools --> Options -->
Calculations menu.

Please Help.
Thanks in advance.

-Lory


---
Message posted from http://www.ExcelForum.com/


 
Reply With Quote
 
Lory
Guest
Posts: n/a
 
      16th Jan 2004
ooooooops.......OK....let me get this straight.....

when using iteration in excel, it just means we type in a formula i
the cell and drag it to a certain number of columns and it repeats th
formula to these cells and this is called iteration?

I thought there was some sort of feature that it will do it by itsel
until it reaches the percentage tolerance I put in for Tools --
Options --> Calculations (ex. 0.00001) meaning I want the A column t
equal to B plus or minus 0.00001......or is there something lik
this?

for example (Italic fonts = input by user, bold font = by Excel)

Column A Column B
0.00001(input) 0.01657(calculated by certain formula)
0.01657 0.01355
0.01355 0.01415
0.01415 0.01404
....
0.01405 0.0140

Thanks
-Lor

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
=?Utf-8?B?TWFyayBHcmFlc2Vy?=
Guest
Posts: n/a
 
      16th Jan 2004
Lory
You might want to consider using Tools>Solver for your operation

I have no idea what the iterations in the Tools>Options>Calculation menu if for. I thought it might be related to Solver but it doesn't seem to be

Good Luck
Mark Graesse
(E-Mail Removed)

----- Lory > wrote: ----

ooooooops.......OK....let me get this straight....

when using iteration in excel, it just means we type in a formula i
the cell and drag it to a certain number of columns and it repeats th
formula to these cells and this is called iteration

I thought there was some sort of feature that it will do it by itsel
until it reaches the percentage tolerance I put in for Tools --
Options --> Calculations (ex. 0.00001) meaning I want the A column t
equal to B plus or minus 0.00001......or is there something lik
this

for example (Italic fonts = input by user, bold font = by Excel

Column A Column
0.00001(input) 0.01657(calculated by certain formula
0.01657 0.01355
0.01355 0.0141
0.01415 0.0140
....
0.01405 0.0140

Thank
-Lor


--
Message posted from http://www.ExcelForum.com


 
Reply With Quote
 
Michael
Guest
Posts: n/a
 
      18th Jan 2004
Hi Lory
Iteration is that the calculation is done a specified
number of times until the difference in the calc is less
than .001.
Did you try the method I described in the original reply?
Regards
Michael
>-----Original Message-----
>ooooooops.......OK....let me get this straight.....
>
>when using iteration in excel, it just means we type in a

formula in
>the cell and drag it to a certain number of columns and

it repeats the
>formula to these cells and this is called iteration?
>
>I thought there was some sort of feature that it will do

it by itself
>until it reaches the percentage tolerance I put in for

Tools -->
>Options --> Calculations (ex. 0.00001) meaning I want the

A column to
>equal to B plus or minus 0.00001......or is there

something like
>this?
>
>for example (Italic fonts = input by user, bold font = by

Excel)
>
>Column A Column B
>0.00001(input) 0.01657(calculated by certain

formula)
>0.01657 0.01355
>0.01355 0.01415
>0.01415 0.01404
>....
>0.01405 0.01405
>
>Thanks
>-Lory
>
>
>---
>Message posted from http://www.ExcelForum.com/
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
forward-iteration vs reverse-iteration John A Grandy Microsoft C# .NET 3 29th May 2008 12:13 AM
Successive numbers =?Utf-8?B?RXJpbg==?= Microsoft Excel Misc 4 15th Mar 2007 10:06 PM
Successive VLOKKUP ? =?Utf-8?B?TWFyYyBHZW5kcm9u?= Microsoft Excel Programming 2 6th Nov 2006 03:14 PM
successive filters chriske911 Microsoft Access 1 9th Sep 2005 04:04 PM
Multiple successive updates with DUA Pascal Windows XP Embedded 1 28th Apr 2004 07:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:03 AM.