R
RVic
I have a spreadsheet wherein I have a col of equations(f1:fx), all using the value in cell e1.
Then I have cell g1, which takes the product of all the cells (f1:fx).
I set solver to find max for cell g1 by changing e1. The problem is, whenever Solver sets a vale for e1, the values in f1:fx never change (there wouldhave to be an intervening VBA "DoEvents" for that to occur) an thus I never can solve for the value in e1 resulting in the max g1. (the reason I haveto do this 'is because otherwise I rapidly get an out of memory error as the equation for g1, if I didn't break it down across a bunch of cells f1:fx, would be too long.
How can I use solver to solve this? Thanks.
Then I have cell g1, which takes the product of all the cells (f1:fx).
I set solver to find max for cell g1 by changing e1. The problem is, whenever Solver sets a vale for e1, the values in f1:fx never change (there wouldhave to be an intervening VBA "DoEvents" for that to occur) an thus I never can solve for the value in e1 resulting in the max g1. (the reason I haveto do this 'is because otherwise I rapidly get an out of memory error as the equation for g1, if I didn't break it down across a bunch of cells f1:fx, would be too long.
How can I use solver to solve this? Thanks.