Locked lesson.
About this lesson
How to design your model so that it separates the inputs and calculations.
Exercise files
Download this lesson’s related exercise files.
Separation of Inputs + Calculations.xlsx12.6 KB Separation of Inputs + Calculations - Solution.xlsx
13 KB
Quick reference
Separation of Inputs + Calculations
Understand the need for inputs, calculations and outputs to be on separate sheets in a workbook.
When to use
When building a financial model, developers need to ensure that inputs, calculations and outputs and kept separate from each other in the workbook.
Instructions
- Inputs, calculations and outputs should all be kept separate when developing a financial model.
- The inputs sheet can be sent to the person who will enter the input data.
- The calculation sheet will have cells linking to the input sheet.
- This sheet is where all the hard work is done.
- The output sheet is generally for third parties or managers to be used for analysis.
- The output sheet links directly from the calculation sheet. No formulas are created in this sheet.
Calculation Order:
- Logic should flow
- From left to right
- From top to bottom
- From front to back
- Why:
- Model is easier to follow
- Speeds calculation time
- But this cannot always be strictly applied
Lesson notes are only available for subscribers.