EXCEL CRASH COURSE FROM WALL STREET EXAM LATEST 2026-2027 ACTUAL
EXAM WITH COMPLETE QUESTIONS AND CORRECT DETAILED ANSWERS
(100% VERIFIED ANSWERS) |ALREADY GRADED A+| ||PROFESSOR VERIFIED||
||BRANDNEW!!!||
Identifying Where Blanks Are - ANSWER-(1) Highlight the
relevant region
(2) Use Go To Special and select blanks
(3) Hit Enter
Identifying Where Comments Are - ANSWER-(1) Highlight the
relevant region
(2) Use Go To Special and select comments
(3) Hit Enter
Bottom Bar Customization - ANSWER-Right click on the bottom
bar to change what you see from your selection (ex. Average,
Count, Max, Sum, etc.)
Conditional Formatting - ANSWER-Allows you to create your own
conditional formats or use a preset from Excel
,2|Page
Alt+O+D or Home > Conditional Formatting > New Rule / Alt+H+L
> New Rule for customs
Alt+H+L or Home > Conditional Formatting > Highlight Cells
Rules for presets
Identify which numbers in a column are above some number -
ANSWER-(1) Highlight the relevant range
(2) Hit Alt+O+D
(3) Select "Use a formula to determine which cells to format"
(4) Write "=" and select the first number in the column
(5) Anchor the column
(6) Write ">" and some number or cell that is your reference
(7) Press Enter
Ex. "= $C3>500"
And Functions - ANSWER-=and([first statement],[second
statement)
,3|Page
Dynamic Headers & Text - ANSWER-Name: ="Income Statement
for "&[Cell]
Date: ="Share price as of "&TEXT([Cell], "mm/dd/yy")
Custom Formatting - ANSWER-(1) Type the number
(2) Go to format tab
(3) Go to "Custom"
(4) Type in your custom format as [positive numbers];[negative
numbers];[zero];[text]
Multiple: 0.0x_);(0.0x);@_)
1 = True/0 = False: "True";"Invalid";"False"
n "Years": 0 "years"
Insert Line Breaks - ANSWER-Alt+Enter (Option+Enter)
Custom Format: Aligning Decimal Points - ANSWER-Add "_)"
after and "_(" before the positive numbers and zero formatting
Ex. _(0.0_);(0.0)
, 4|Page
Custom Format: Adding a Comma Separator - ANSWER-Add
"#,##" before the zeros
Ex. _(#,##0.0_);(#,##0.0)
Custom Format: Aligning Non-Multiple Numbers with a Multiple -
ANSWER-Add "x_" after the end _ for positive numbers and after
the closing parenthesis for negative numbers
Ex. _(#,##0.0_x_);(#,##0.0)_x
Custom Format: Negative number in parenthesis, aligned with
positive number format, "Balance" when result is 0 - ANSWER-
#,##0.00_);(#,##0.00);"Balance"
Custom Format: Negative number in parenthesis, aligned with
positive number format - ANSWER-#,##0.00_);(#,##0.00)
Custom Format: Multiple "x" format. Negative numbers in
parenthesis, aligned with positive number format - ANSWER-
_(#,###0.0x_);(##,##0.0x)