One for a formula wizard
Posted by Robb on December 13, 2001 3:21 AM
Hi
My problem is to break a circular reference and come up with an answer that is, if not exact, at least fairly close to the requirements.
To put an example in the context of a worksheet:
A1 = Person A B1 = Person B
A2 = 400 B2 = 341 (these are results of calculations and B1 will always be less than A1)
A3 = 15,000 B3 = 25,000
A4 = A2 * (B3/(A3 + B3))
A5 = IF(A4<B5,A2-A4,A2-B5) B5 = B2 - A5
Values in A2, A3, B2 and B3 vary according to the persons they represent.
The calculations in A5 and B5 were established in isolation from eachother by different companies and are now non negotiable. In other
words, we're stuck with them. To the best of my abilities, the calculation is actually impossible. My task,however, is to come up with a solution
that will produce a result close enough to satisfy both formulae.
Any assistance or suggestions would be very much appreciated.
Thanks and regards
Robb