Fundamentals of Data Analysis in Excel
Fundamentals of Data Analysis in Excel
Which of the following statements describes how the INDEX() and MATCH() functions are combined to
lookup data?
MATCH() is used within the INDEX() function to return the relative position of the data in the lookup
table
INDEX() calculates the relative position of the data in the source table and returns values for MATCH() to
lookup
INDEX() is used within the MATCH() function to return the relative position of the data in the lookup
table
MATCH() is used to match values from the lookup table and the source table, INDEX() returns the index
of these values
When the data source of a PivotTable is updated with new data, the new data is not always reflected in
the PivotTable immediately - we have to refresh the PivotTable to see this new information. Why is the
new data not reflected immediately?
The PivotTable is built off of the Pivot Cache, which needs to be updated with the new data.
The connection between the PivotTable and the data source might be broken.
Which of the following methods are recommended as best practices of filtering a PivotTable? (Select
TWO that apply)
Timeline
Filter Pane
Row or Column Header
Slicer
What type of error occurs with a VLOOKUP() function when there is no corresponding match between a
source table and a lookup table?
Error
No matching values
#N/A
#DIV/0
Which of the following are benefits of using an Excel Table? (Select THREE that apply)
Which of the following Excel functions can replace nested IF() statements? (Select TWO that apply)
SWITCHO
LETO
SUMPRODUCT()
IFS0
What does the "@" symbol represent in a Structured Reference to an Excel table?
Which of the following statements about Date Serial numbers in Excel are TRUE? (Select three that
apply)
Data Serial numbers can only be used with the YEARFRAC() function.
Which of the following statements describes how a Dynamic Array formula is displayed in Excel?
The input array is defined in the spill area and then copied to the source cell.
The formula is defined in the source cell and then dragged down to fill in the other cells in the array.
The spill area is defined and then the results of the formula are calculated.
The formula is defined in the source cell and the output "spills" from the source cell.
What does the (D2, E2, F2) syntax, in the second pair of brackets, do in our function?
TextValues
Prod.Hammers
Prod.Nails
Prod.Screwdrivers
Prod.Drills
We want to create a new column of data, retrieving the Product Name from the string in the Text Values
column. The Product name is everything to the right of the "." delimiter.
RIGHT(TextValues, 5)
RIGHT(TextValues, LEN(TextValues) - 5)
LEFT(TextValues, 5)
RIGHT(TextValues, -5)
Data Bars
Color Scales
LAMBDA() Function
What is important to remember about the lookup table to ensure that the VLOOKUP() function
calculates as expected?
The lookup table needs to contain all of the possible values of the source table.
The lookup table needs to be the same size as the source table.