Solver in Excel (Easy Tutorial) 4
Solver in Excel (Easy Tutorial) 4
Excel Easy
#1 Excel tutorial on the net
Solver
Load the Solver Add-in | Formulate the Model | Trial and Error | Solve the Model
Excel includes a tool called solver that uses techniques from the operations
research to find optimal solutions for all kind of decision problems.
Comarch
Comarch
Powered by
the Cloud
Visit Site
4. You can find the Solver on the Data tab, in the Analyze group.
a. What are the decisions to be made? For this problem, we need Excel to find
out how much to order of each product (bicycles, mopeds and child seats).
b. What are the constraints on these decisions? The constrains here are that the
amount of capital and storage used by the products cannot exceed the limited
amount of capital and storage (resources) available. For example, each bicycle
uses 300 units of capital and 0.5 unit of storage.
c. What is the overall measure of performance for these decisions? The overall
measure of performance is the total profit of the three products, so the objective
is to maximize this quantity.
2. To make the model easier to understand, create the following named ranges.
Explanation: The amount of capital used equals the sumproduct of the range
C7:E7 and OrderSize. The amount of storage used equals the sumproduct of the
range C8:E8 and OrderSize. Total Profit equals the sumproduct of UnitProfit and
OrderSize.
For example, if we order 20 bicycles, 40 mopeds and 100 child seats, the total
amount of resources used does not exceed the amount of resources available.
This solution has a total profit of 19000.
It is not necessary to use trial and error. We shall describe next how the Excel
Solver can be used to quickly find the optimal solution.
Enter the solver parameters (read on). The result should be consistent with the
picture below.
You have the choice of typing the range names or clicking on the cells in the
spreadsheet.
3. Click Max.
Add Constraint
Result:
Solver Results
Optimal Solution
Chapter
Solver
Assignment Problem
Capital Investment
Sensitivity Analysis
Solver • © 2010-2022
Excel is Awesome, we'll show you: Introduction • Basics • Functions • Data Analysis
• VBA