Cannot grasp concept of Excel Solver Add-In Tool

moe10134

Board Regular
Joined
Sep 8, 2005
Messages
162
Office Version
  1. 2019
Platform
  1. Windows
Hello Excel Gurus,

I'm having some difficulting understanding and developing models using the Excel 2016 Solver Add-In Tool. The tool will not run unless I create formulas or named ranges. All I have is numbers and need to set up =sumproduct formulas and calculate multiple ranges to calculate net profits, net costs, demand, capacity, linear programming concepts, Sensibility, and Feasible or non-feasible data tables by defining <= or >= constraints.

Question 1: A furniture company manufactures desks and chairs. Each desk uses four units of wood, and each chair uses three units of wood. A desk contributes $250 to profit, and a chair contributes $145. Marketing restrictions require that the number of chairs produced is at least four times the number of desks produced. There are 2,000 units of wood available. Use Solver to maximize the company's profit.

Required answer: What is the optimized company profit?

Question 2: Use SolverTable to see what happens to the decision variables and the total profit when the availability of wood varies from 1,000 to 3,000 in 100-unit increments. Based on your findings, how much would the company be willing to pay for each extra unit of wood over its current 2,000 units? How much profit would the company lose if it lost any of its current 2,000 units?

Required Answer: Round the answer to a whole dollar amount.

If anyone can help get me started and explain where the numbers should go to use the Solver Tool or what formulas or VB code to get started, I really need the help. If Mr. Excel has any videos on how to work with the Solver Tool, can you please send me the link? Or any links on where to start? This is way above my head!

Respectfully,
moe10134
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Would this be what you are looking for? If so, just need to turn it into VBA, solve for 1000 to 3000 step 100 instead of just 2000, and maybe plot them on a graph?

Mind you, I haven't used solver or have done linear programming since 2000.

1629201902874.png


Here:
D11 is the total profit.
B9:B10 are the amount of desks/chairs to produce.
B10 >= 4 * B9 is the chairs must be at least 4 times the desks constraint.
C11 <= B6 is that you have 2000 units of wood constraint. Can be less or equal but not more.
 
Upvote 0

Forum statistics

Threads
1,212,932
Messages
6,110,748
Members
448,295
Latest member
Uzair Tahir Khan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top