Iteration until one cell equals another
Posted by Jadie Tomlinson on October 11, 2001 5:04 AM
Cell A2 is a formula that contains, among other things, cell A1. How can I iterate A1 until A2 equals the contents of A3?
Solver and Goal Seek require that your target be a number but I want it to be the contents of a cell.
I tried to write a macro where A1 would increase its value if A2<>A3 but I must have not coded it correctly.
Any ideas?