Excel Crash Course from Wall Street|| QUESTIONS
AND CORRECT DETAILED ANSWERS WITH
EXPLANATIONS (VERIFIED ANSWERS) |ALREADY
GRADED A+||LATEST EXAM!!!
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
Split (not freeze) an excel sheet into just two panes (top
and bottom)
,2|Page
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
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)
,3|Page
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
=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
, 4|Page
=MATCH(lookup_value, lookup_array, match_type) -
ANSWER-returns the relative position of an item in an
array that matches a specified lookup value
alt w f f - ANSWER-freeze pane
alt w s - ANSWER-split pane
F6 - ANSWER-jump between panes
Alt H E A - ANSWER-delete everything about a cell
Control Shift + - ANSWER-insert new row
Control Shift ! - ANSWER-number format; 2 decimals
Control Shift $ - ANSWER-currency format; 2 decimals
Control Shift % - ANSWER-percentage format with no
decimal points