Street Prep Style) Study Guide 2025, Covering Excel
Fundamentals and Financial Modeling Skills, Data Entry
and Formatting Techniques, Formulas and Functions
Mastery, Lookup Functions (VLOOKUP, XLOOKUP, INDEX-
MATCH), Financial Statement Modeling in Excel, Time
Value of Money Calculations, Scenario and Sensitivity
Analysis, Pivot Tables and Data Analysis Tools, Charts
and Data Visualization for Finance, Keyboard Shortcuts
and Productivity Hacks, Error Checking and Spreadsheet
Auditing Techniques, Practice Exercises with Verified
Solutions, Real Financial Modeling Case Studies, Step-by-
Step Excel Modeling Frameworks, and Proven Strategies
to Master Excel for Investment Banking, Finance, and
Business Analysis Careers
<b>Question 1: When building a financial model according to Wall Street Prep best practices,
what is the standard color convention used to distinguish between hardcoded inputs, formulas,
and links to other worksheets?</b>
A. Hardcoded inputs are in black, formulas are in blue, and links are in green. B. Hardcoded
inputs are in blue, formulas are in black, and links are in green. C. Hardcoded inputs are in
green, formulas are in blue, and links are in black. D. Hardcoded inputs are in blue, formulas are
in green, and links are in black.
<b>CORRECT ANSWER: B. Hardcoded inputs are in blue, formulas are in black, and links are in
green.</b>
Rationale: Wall Street Prep emphasizes strict formatting conventions to ensure models are
easily readable and auditable. Blue font indicates hardcoded assumptions or inputs that can be
changed by the user. Black font indicates formulas and calculations that should not be manually
altered. Green font indicates links pulling data from other worksheets or workbooks, allowing
modelers to quickly trace external dependencies.
<b>Question 2: In Excel, which keyboard shortcut allows you to quickly navigate to the edge of
a data region in the direction of the arrow key you press, stopping at the last contiguous non-
empty cell?</b>
A. Ctrl + Arrow Key B. Shift + Arrow Key C. Alt + Arrow Key D. Ctrl + Shift + Arrow Key
,<b>CORRECT ANSWER: A. Ctrl + Arrow Key</b>
Rationale: The Ctrl + Arrow Key combination is a fundamental navigation shortcut in Excel. It
moves the active cell to the boundary of the current data region. This is significantly faster than
scrolling or using the mouse when working with large datasets, which is a core efficiency
principle taught in the Wall Street Prep Excel Crash Course.
<b>Question 3: If you need to select a large range of contiguous cells starting from your active
cell to the last populated cell in a column, which keyboard combination should you use?</b>
A. Ctrl + Arrow Key B. Ctrl + Shift + Arrow Key C. Alt + Shift + Arrow Key D. Shift + Spacebar
<b>CORRECT ANSWER: B. Ctrl + Shift + Arrow Key</b>
Rationale: While Ctrl + Arrow Key only moves the active cell, adding the Shift key (Ctrl + Shift +
Arrow Key) extends the selection. This allows you to highlight all contiguous data in a specific
direction instantly, which is highly efficient for applying formatting or copying large blocks of
data in financial models.
<b>Question 4: Which keyboard shortcut opens the Format Cells dialog box, allowing you to
quickly apply custom number formats, alignment, fonts, borders, and fill effects to selected
cells?</b>
A. Ctrl + F B. Alt + Enter C. Ctrl + 1 D. Ctrl + Shift + 1
<b>CORRECT ANSWER: C. Ctrl + 1</b>
Rationale: Ctrl + 1 is the universal Excel shortcut to open the Format Cells dialog box. In
financial modeling, quickly accessing custom number formats (such as separating millions with
parentheses for negatives) is crucial, and this shortcut saves valuable time compared to
navigating the ribbon menus.
<b>Question 5: When you need to paste only the calculated values of a formula without
bringing over the underlying formula, formatting, or comments, which Paste Special option
should you select?</b>
A. Formulas B. Values C. Transpose D. Formats
<b>CORRECT ANSWER: B. Values</b>
Rationale: The Values option in Paste Special strips away the underlying formula and leaves
only the static calculated result. This is frequently used in Wall Street Prep methodologies when
you want to hardcode a specific scenario's output or break a circular reference by replacing a
dynamic formula with its current static value.
,<b>Question 6: In the context of Excel financial modeling, what is the primary purpose of using
absolute cell references (denoted by dollar signs, such as $A$1) instead of relative
references?</b>
A. To ensure the cell reference remains constant when the formula is copied or filled to other
cells. B. To link the cell to an external workbook so it updates automatically. C. To prevent other
users from editing the cell without a password. D. To force Excel to calculate the cell before all
other cells in the worksheet.
<b>CORRECT ANSWER: A. To ensure the cell reference remains constant when the formula is
copied or filled to other cells.</b>
Rationale: Absolute references lock a specific row, column, or both, ensuring that when you
drag or copy a formula across a range, the reference to that specific cell does not change. This is
essential when applying a single tax rate or growth assumption located in a specific cell to an
entire column of revenue projections.
<b>Question 7: Which Excel function would you use to return the number of cells in a range
that meet a single specified criterion, such as counting how many months had revenue greater
than $1 million?</b>
A. COUNT B. COUNTA C. COUNTIF D. SUMIF
<b>CORRECT ANSWER: C. COUNTIF</b>
Rationale: COUNTIF is specifically designed to count cells that meet a single condition. You
provide the range to evaluate and the criteria (e.g., ">1000000"). COUNT simply counts numeric
cells, COUNTA counts non-empty cells regardless of value, and SUMIF adds up values that meet
a criterion rather than counting the cells themselves.
<b>Question 8: When building a debt schedule in a financial model, which Excel function is
most appropriate for calculating the interest expense for a specific period based on a tiered
interest rate structure where the rate changes depending on the outstanding balance?</b>
A. VLOOKUP with an exact match B. VLOOKUP with an approximate match (TRUE) C. INDEX and
MATCH with an exact match D. HLOOKUP with an exact match
<b>CORRECT ANSWER: B. VLOOKUP with an approximate match (TRUE)</b>
Rationale: For tiered pricing or tax brackets, the rates are structured in ascending order. An
approximate match (TRUE or 1) in VLOOKUP finds the largest value in the first column that is
less than or equal to the lookup value, which perfectly matches the logic required to determine
which interest rate tier applies to a specific debt balance.
, <b>Question 9: In a three-statement financial model, which of the following best describes the
correct sequence for linking the statements to ensure the model balances without creating
circular references?</b>
A. Income Statement -> Balance Sheet -> Cash Flow Statement B. Cash Flow Statement ->
Income Statement -> Balance Sheet C. Income Statement -> Cash Flow Statement -> Balance
Sheet D. Balance Sheet -> Cash Flow Statement -> Income Statement
<b>CORRECT ANSWER: C. Income Statement -> Cash Flow Statement -> Balance Sheet</b>
Rationale: The standard modeling sequence starts with the Income Statement to calculate Net
Income. Net Income then flows into the Cash Flow Statement (starting from the top) to
calculate the change in cash. Finally, the ending cash balance from the Cash Flow Statement
flows into the Balance Sheet, ensuring the balance sheet balances (Assets = Liabilities + Equity).
<b>Question 10: Which Excel feature allows you to restrict the type of data that can be entered
into a cell, such as limiting a cell to only accept dates within a specific fiscal year or preventing
negative numbers in a revenue forecast?</b>
A. Conditional Formatting B. Data Validation C. Filter Advanced D. Protect Sheet
<b>CORRECT ANSWER: B. Data Validation</b>
Rationale: Data Validation is used to control what users can enter in a cell. You can set
constraints like whole numbers, decimal ranges, list selections, or date limits. This is crucial in
model design to prevent users from accidentally inputting erroneous data that could break the
model's logic or formatting.
<b>Question 11: If you want to automatically change the background color of a cell to red
whenever the calculated EBITDA margin falls below 15 percent, which Excel tool should you
apply?</b>
A. Data Validation B. Format Painter C. Conditional Formatting D. Cell Styles
<b>CORRECT ANSWER: C. Conditional Formatting</b>
Rationale: Conditional Formatting changes the appearance of cells based on their values or
based on the results of a formula. By setting a rule where the cell value is less than 0.15 and the
format is a red fill, the model dynamically highlights underperforming periods, making trend
analysis and error checking much more visual and efficient.
<b>Question 12: In Excel, what is the primary difference between the SUMIF and SUMIFS
functions?</b>
A. SUMIF can sum based on multiple criteria, while SUMIFS can only sum based on one
criterion. B. SUMIF can only sum numeric values, while SUMIFS can sum text strings. C. SUMIF