I am looking for an Excel table with formulas (no VBA, no Solver) that can solve LP problems:
Ax=b
0<=x
cx->min
With Solver and VBA, I can do it but I would like a solution which builds only on Excel Formulas. Or a proof that no such system consisting of formulas is possible. Efficiency is not critical.