Hello Community,
I have a linear programming application that i need to reiterate for multiple objectives.
My goal is to minimize the sum of dist*shipments by manipulating the lat and lon columns. I am using excel solver to do this, but i have about 75 data series to do this with and am hoping to automate this into batches.
is there a way to set up the objective as a reference to a formula and set constraints up based on each summary?

the sum formula is summing up the dist*shipments column, and is the objective in the solver.

lat and lon are the constrained variables with
lat: 0 <= lat <= 50
lon: -150<= lon <= 0


Currently I am trying to use the optimization tool, but am not sure how to format the data to reach my goal as the objectives are static.
any input would be really appreciated.
thanks!
Manny