Equations with multiple unknowns do not solve to descrete values, so Excel is
not necessarily the ideal tool for this. If you want to maximize or minimize
you can try using the solver in the tools menu.
If the equations are linear in the unkown, you can write them as
A*b = x
where b is the vector of unkowns, A is a matrix of known coefficients.
The solution is then
=MMULT(MINVERSE(A),x)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.