From the course: Excel VBA: Process Modeling
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Add more stations to the simulation - Microsoft Excel Tutorial
From the course: Excel VBA: Process Modeling
Add more stations to the simulation
- [Instructor] Up until now, all of our examples have assumed a business process with three stations. In this movie, I will show you how to add more stations to the process. And the good news is that all we really need to do is add information about the station's average processing time, standard deviation and capacity. The code we've built can bring in the data with no problem. My sample file is chapter 0504, and you can find it in the chapter five folder of the exercise files collection. This is the same data that we used in the previous movie with one change, and that is for station number three. The next station is four instead of minus one. And again, minus one is the next station value we are using to indicate that a customer has successfully completed the process and has left the business. So let's go ahead and add in information for stations four and five. So click cell A8, and this will be station number four. And then the mean processing time, the average is 12, standard…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
Describe process flow and programming goals47s
-
(Locked)
Add capacity to each station5m 25s
-
(Locked)
Run the simulation with added station capacity6m 2s
-
(Locked)
Add more stations to the simulation3m 25s
-
(Locked)
Run the simulation with additional stations2m 28s
-
(Locked)
Add rework loops to stations6m 52s
-
(Locked)
Run the simulation with rework loops2m 44s
-
(Locked)
-
-
-