Questions With Correct Verified Answers , 100% Verified
, Guaranteed PASS
Which of the following keys IS NOT a way to trace precedent cells? - ANSWER Ctrl Alt [
Please select the answer that best describes the shortcut to
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
If I want to add the title "Company Financials" in cell A1 ensure that all columns are the same
width across all the worksheets in my workbook, how would I do that? - ANSWER 1. Group the
wroksheets by hitting Ctrl Shift and use the PageUp/Down keys to select the worksheets. 2. In
the active sheet type in "Company Financials" in A1 and apply the desired width to all columns
3. Remember to hit Ctrl Pageup or Pagedown to make sure that future edits only apply to active
sheet.
If I want to add the title "Company Financials" in cell A1 ensure that all columns are the same
width across all the worksheets in my workbook, how would I do that? - ANSWER 1. Group the
wroksheets by hitting Ctrl Shift and use the PageUp/Down keys to select the worksheets. 2. In
the active sheet type in "Company Financials" in A1 and apply the desired width to all columns
3. Remember to hit Ctrl Pageup or Pagedown to make sure that future edits only apply to active
sheet.
,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
What is the keyboard shortcut to freeze panes within a worksheet? - ANSWER Alt W F F
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")
Identify the best formula that will output 2016 expenses. Hint: Only select the 'range lookup'
argument if it is necessary. - ANSWER =HLOOKUP(2016,A1:D4,3)
Identify the formula that will output 2016 expenses: - ANSWER =CHOOSE(2,B3,C3,D3)
, Identify the formula that will output 2016 expenses (55). - ANSWER =OFFSET(A1,2,2)
Identify the formula that outputs data from the table based on the user inputs in cells C6 and
C7. - ANSWER =OFFSET(A1,MATCH(C6,A2:A4,0),MATCH(C7,B1:D1))
Identify the formula that outputs the sum of property values for properties in Boston that were
built after 1950. - ANSWER =SUMIFS(B2:B5,C2:C5,"Boston",D2:D5,">1950")
Round to nearest whole number and use comma separator, so if your answer is 1,578.6, input
1,579. Don't input currency symbols or any extra spaces - ANSWER 4,648
What is the NPV, this time assuming beginning of period discounting? - ANSWER 5,112
Identify the formula that sums the property values of properties in Boston. - ANSWER
=SUMIF(C2:C5,"Boston",B2:B5)
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
What is a keyboard shortcut to open a file? - ANSWER Ctrl o
What is the recommended workbook calculation setting for Excel? - ANSWER Automatic except
for Data Tables
To add a cell reference from a different worksheet into an existing formula with your keyboard,
you should follow the following steps: - ANSWER 1. Hit F2 to get into the existing formula 2.
Holding down Ctrl, use PageUp or PageDown to find the desired worksheet 3. Let go of the Ctrl
and PageUp/Down keys 4. Use the arrow keys to locate the desired cell reference 5. Hit enter