Forum Discussion
linsuant
Apr 22, 2023Copper Contributor
the basic solver.
i can resolve liner equation using Solver it said not valid data
PeterBartholomew1
Apr 22, 2023Silver Contributor
I use named formulas within 365. The total profit and calculated resources consumed were calculated using
totalProfit
= SUM(quantity*profit)
consumed
= BYROW(resources, LAMBDA(r, SUM(r*quantity)))
Solver optimised the profit with the settings