EXCEL CRASH COURSE FROM WALL STREET EXAM LATEST 2025
ACTUAL EXAM WITH COMPLETE QUESTIONS AND CORRECT
DETAILED ANSWERS (100% VERIFIED ANSWERS) |ALREADY
GRADED A+| ||PROFESSOR VERIFIED|| ||BRANDNEW!!!||
What is the keyboard sequence to
1) Group highlighted columns (but not to hide group)
2) Hide the group (will show a + sign above the column)
3) Show the group (will show a + sign above the column) -
ANSWER-1. Shift Alt Right Arrow 2. Alt a h 3. Alt a j
What is the keyboard shortcut to open the paste special dialog
box? - ANSWER-Alt e s or Alt h v s
Which of the following keys IS NOT a way to trace precedent
cells? - ANSWER-Ctrl Alt [
What is the keyboard shortcut to freeze panes within a
worksheet? - ANSWER-Alt W F F
Please select the answer that best describes the shortcut to
,2|Page
Split (not freeze) an excel sheet into just two panes (top and
bottom)
To navigate from pane to pane - ANSWER-1. With the active cell
on any row but in column A, hit Alt W S to split the panes to a top
and bottom. 2. Hit F6 to jump from pane to pane (in some
versions of Excel you will need to hit F6 several times to get from
one pane to the other).
You are in cell A1 and start a formula by typing = in a worksheet
with split top and bottom panes. In order to jump to the bottom
pane while working on the formula: - ANSWER-Hit F6
& - ANSWER-concatenate words and data
EOMONTH(start_date,months) - ANSWER-create monthly date
headers by outputting the last day of a specified month
EDATE(start_date,months) - ANSWER-returns the exact date, x
months from the start date
,3|Page
Identify a function in cell D6 that will return the fraction of the year
elapsed assuming a 360 day count basis. - ANSWER-
=YEARFRAC(D4,D5,2)
Identify the formula that will always output a date that is the end-
of-month date 3 months after the date inputted in D5. - ANSWER-
=EOMONTH(D5,3)
Identify the formula that, based in user inputs in cells B1 and B2,
outputs the text "animal lover" for users who have at least 1 dog
and at least one cat, and outputs "lonely person" when those
conditions are not met. - ANSWER-=IF(AND(B1>0,B2>0),"animal
lover","lonely person")
All of the following are keyboard shortcut that allow the user input
to add more sheets to a workbook EXCEPT: - ANSWER-Alt h i w
=HLOOKUP(look up value, table range, row number) - ANSWER-
searches for a value in the top row of a table or an array of values
and then returns a value in the same column from a row you
specify in the table or array
, 4|Page
=VLOOKUP(look up value, table range, column number) -
ANSWER-searches for a value in the leftmost column of a table
or an array of values and then returns a value in the same row
from a column you specify in the table or array
=MATCH(lookup_value, lookup_array, match_type) - ANSWER-
returns the relative position of an item in an array that matches a
specified lookup value
HLOOKUP w/ MATCH - ANSWER-=HLOOKUP(look up value,
table range, MATCH((lookup_value, lookup_array, match_type))
VLOOKUP w/ MATCH - ANSWER-=VLOOKUP(look up value,
table range, MATCH(lookup_value, lookup_array, match_type), 0)
OFFSET w/ MATCH - ANSWER-=OFFSET(reference,
MATCH(lookup_value, lookup_array, match_type) -1,
MATCH(lookup_value, lookup_array, match_type) -1)