Hey guys,

I am trying to automatically solve an equation, which allow me to enter any of the variables and have the equation automatically solve itself. As an example,

A + B = C

What I want to be able to do is to work out a, b, c according to the given values. IE.

- If given A and B, I will enter these to have C automatically generated
- If given B and C, I will enter these values to have A automatically generated
- If given A and C, I will enter these values to have B automatically generated

I am planning to apply this concept to far more difficult equations to solve automatically. It would be great if someone could give me a bit of guidance on this one.

Kind Regards.