Distributed Simulation Activity
Distributed Simulation Activity
Overview:
This laboratory activity will guide students in setting up a distributed simulation using multiple Excel
worksheets. Each sheet will represent a different component of a system, and data will be exchanged
between them dynamically using Excel functions. The activity will simulate a supply chain, where
different entities (Supplier, Manufacturer, Distributor, and Retailer) interact.
Materials Needed:
Step-by-Step Instructions:
1. Supplier Sheet:
o Create columns: Week, Raw Material Stock, Demand from Manufacturer, Supply Sent.
o Enter an initial value for Raw Material Stock (e.g., 1000 units).
2. Manufacturer Sheet:
3. Distributor Sheet:
o Create columns: Week, Stock, Orders from Retailer, Supply to Retailer, Order to
Manufacturer.
4. Retailer Sheet:
o Use =MIN(Order, Available Stock) to ensure supply does not exceed stock.
o Sub UpdateSimulation()
o Dim ws As Worksheet
o ws.Range("B2:B10").Value = ws.Range("C2:C10").Value
o End If
o Next ws
o End Sub
o Run the macro to copy values forward and update stock dynamically.
o Order trends.
Discussion Questions: