Excel 2016 L3 Assessment Answer Key - Final
Excel 2016 L3 Assessment Answer Key - Final
You can use another IF function as the value_if_true argument of an IF function, but not as the value_if_false
argument. True or false?
True
False
Which of the following are differences between SUMIF and SUMIFS? Choose all correct answers.
SUMIF can take more than one criterion, while SUMIFS takes a single criterion.
SUMIFS can take more than one criterion, while SUMIF takes a single criterion.
SUMIFS cannot be used with numeric criteria.
The sum_range argument comes first in SUMIFS, but last in SUMIF.
Which function would you use to return the relative position of data within an array?
INDEX
VLOOKUP
MATCH
MATCH can perform range-type lookups on an array sorted in ascending or descending order. True or false?
True
False
Which of the following are ways to find and fix errors? Choose all that apply.
Use the Trace Error command.
Evaluate a formula that produces an error.
Double-click a cell containing an error.
Trace precedents for the cell.
Trace dependents for the cell.
You can use IFERROR to trap logic errors on your worksheets. True or false?
True
False
Module C: Arrays
Array formulas must be entered in more than one cell. True or false?
True
False
Which of the following is the keyboard method for entering an array formula? Choose the one correct answer.
Ctrl+Enter
Shift+Enter
Ctrl+Shift+Enter
Ctrl+Alt+Enter
Which of the following functions would you use to return the name of a month for a date? Choose the one
correct answer.
DATE
MONTH
TEXT
EOMONTH
Which function would you use if you want the number of workdays between two dates in a location where the
work week has 6 days? Choose the one correct answer.
NETWORKDAYS
NETWORKDAYS.INTL
WORKDAY
WORKDAY.INTL
The LEFT, RIGHT, and MID functions all take the same arguments. True or false?
True
False
The FV function can be used to calculate future values of both investments and loans. True or false?
True
False
Which of the following are data sources for which you can create external connections? Choose all that apply.
Microsoft Word
SQL server databases
Microsoft queries
Text files
Microsoft Access
All data you import into Excel is linked to its source. True or false?
True
False
Which of the following are advantages of using Power Pivot over using Excel along? Choose all that apply.
Can improve speed of calculation when using very large data sets.
Power Pivot can work with external data while Excel cannot.
Power Pivot can handle larger data sets than Excel can.
Power Pivot provides access to the Data Model through cube functions.
Which format should you save to if you want users of database programs to be able to easily import the data
and structure of your worksheet? Select the one best answer.
XPS
CSV (Comma delimited)
XML
To add a scenario, you must select the input range before opening the Scenario Manager. True or false?
True
False
Which method would you use to figure out how many of an item to order if you have a budget and know the
unit cost? Choose the best answer.
Scenarios
Goal Seek
Solver
Which of the following statements is most accurate in regards to correlation? Choose the single best answer.
Highly correlated data shows a cause-and-effect relationship.
A correlation coefficient of close to +1 shows a high correlation.
You can show correlation only for two data sets.
The Histogram tool will set up your bins for you. True or false?
True
False
Which of the following are ways to run a macro? Choose all correct answers.
The Macros window
Shortcut keys
Buttons or objects
You must always select the cell where you want to begin before recording a macro. True or false?
True
False
You can toggle between recording relative and absolute references while recording a macro. True or false?
True
False
Which of the following are locations where you can store VBA code? Choose all correct answers.
The current workbook
The global workbook
The personal macro workbook
A new workbook
Which approach would you use to run a macro every time you open Excel? Choose the best answer.
Store it in the normal template.
Name it Auto_Open, and store it in a workbook called AutoRun.
Name it Auto_Open, and store it in your Personal Macro Workbook.
Add it to the Quick Access toolbar.
Module C: Forms
Which of the following is the most accurate statement about creating forms? Choose the one best answer.
You can create forms in Excel without using VBA.
You create forms in the VBA editor, but don't need to use VBA code.
You create forms in the VBA editor and use VBA code to control how they work.
You change the name of a form by clicking its title bar and typing. True or false?
True
False
Which property of a TextBox control would you access in your VBA code to obtain the text a user typed into
the text box? Choose the one correct answer.
Value
(Name)
Text
Caption