1/49
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Which step is not part of planning a worksheet design?
Enter labels, values and formulas.
You just copied a range of data containing formulas, however you want to preserve the formula results and the original number and text formatting in the pasted range which paste option would you select?
Values and source formatting.
Given the formula =B1*B2+B3/B4^2, what operation is calculated first?
B4^2
How can you display formulas within the cells instead of the cell results?
Press Ctrl+'
What is the fast way to apply several formats at one time?
Apply a cell style.
Which of the following is not an alignment option?
Fill color.
Which of the following characteristics is not applicable to the accounting number format?
Dollar sign immediately on the left side of the value.
You selected and copied worksheet data containing formulas. however you want the pasted copy to contain the current formula results rather than formulas, what do you do?
Click The paste arrow in the clipboard group and select values and source formatting
Assume that the data on a worksheet consume a whole printed page and a couple of columns on a second page you can do all of the following except what to force the data to print all on one page?
Increase the left and right margins.
What should you do if you see pound signs (###) instead of values or results of formulas?
Increase the column width.
If Cell E15 contains the formula =$c$5*J$15, what type of reference is the J$15 in the formula?
Mixed Reference
What function would most efficiently accomplish the same thing as =(B5+C5+D5+E5+F5)/5?
=AVERAGE(B5:F5)
When you start to type =AV, what feature displays a list of functions and defined names?
Formula AutoComplete
A formula containing the entry =$B3 is copied to a cell one column to the right and two rows down. How will the entry appear in its new location?
=$B5
Which of the following functions should be used to insert the current date and time in a cell?
=NOW()
Which of the following is not an argument of the IF function?
lookup_value
Which of the following is not true about the VLOOKUP function?
The lookup table must be in descending order
The function =PMT(C5,C7,-C3) is stored in cell C15. What must be stored in cell C5?
Periodic Interest Rate
Which of the following is not an appropriate use of the SUM function?
=SUM(D15-C15)
What is the keyboard shortcut to create an absolute reference?
F4
What type of chart is the least appropriate for depicting yearly rainfall totals for five cities for four years?
Pie Chart
Look at the stacked bar chart in Figure.3.35. Which of the following is a category on the category axis?
CIS Managers
Which of the following is NOT a type of sparkline?
Bar
If you want to show exact values for a data series in a bar chart, which chart element should you display?
Data labels
The value axis currently shows increments such as 50,000 and 100,000. What option would you select to display the values in increments of 50 and 100?
Show axis in thousands
You want to create a single chart that shows the proportion of yearly sales for five divisions for each year for 5 years. Which type of chart can accommodate your needs?
100% stacked column chart
Currently, a column chart shows values on the values axis, years on the category axis, and state names in the legend. What should you do if you want to organize data with the states on the category axis and years shown on the legend?
Click switch row/column in the data group on the Design tab
What do you click to remove a data series from a chart so that you can focus on other data series?
Chart filters
Which of the following does not display automatically when you create a clustered column chart?
Data labels
After you create a line type sparkline, what option should you select to display dots for each data point?
Markers
Today's date (February 12, 2018) is stored in cell B1. The last day of the semester (May 4, 2018) is stored in cell B2. You want to know how many days until the end of the semester. Which function should you use?
=DAYS(B2, B1)
The date 5/12/2018 is stored (in format MONTH/DAY/YEAR) in cell C1. What function should you use to extract just 12?
=DAY(C1)
You workbook contains a list of artwork. Column B lists Sold Out if the piece is sold out, Available if it is still readily available, or Limited if only a few pieces are available. In the third column, you want to display TRUE if the art is not sold out. What function would produce the same results as =OR(B1="Available", B1="Limited")?
=NOT(B1="Sold Out")
A workbook contains a list of members in the Computer Club. You want to identify the number of students who are freshmen who are Information Systems majors. Without filtering the dataset, what function should you use?
DCOUNT
A worksheet contains the times in which runners completed a race, with the times organized from fastest to slowest. You will use the MATCH function to identify what place a runner came in given a time of 4:05 (four minutes and five seconds). Which argument should contain the specific runner's time?
Lookup_value
What function would you use to calculate the total (i.e., cumulative) interest paid for the first year of a mortgage?
CUMIPMT
When you are performing an advanced filter, where do you enter the rage for the dataset?
List range
The original mortgage loan was for $300,000 with a 5% APR for 30 years. You want to calculate the interest on the last monthly payment at the end of the 15th year. What value should be referenced for the per argument in the IPMT function? Hint: Number of payment periods in a year is 12.
180
A local police office wants to create a rule that if an officer pulls over a person for exceeding the speed limit by at least five miles per hour or if that person has two or more speeding violations on record, the officer will fine the speeder the higher of $200 or $50 for each mile over the speed limit. Otherwise, the fine is $45. The speed limit is entered in cell B5, the person's speed is entered in cell B10, and the person's number of previous tickets is entered in cell B11. What function derives the correct answer?
IF(OR(B10-B5>=5, B11>=2), MAX(200, (B10-B5)*50), 45)
What function would you use to calculate the total number of periods in a loan or investment?
NPER
A workbook contains sales information for the first quarter and you are interested in finding the totals sales generated in January by the sales rep Jim Anderson. What function is best suited to handle the task?
SUMIFS
What function would you use to identify a value's rank as a percent, excluding 0 and 1?
PERCENTRANK.EXC
What does a negative COVARIANCE indicate?
An inverse relationship between the datasets.
A worksheet contains sales dollars for agents with your company. The values are $1,250, $1,090, $985, $985, $880, $756, $675, $650, and $600. Using the RANK. AVG function that is considered a best practice, what is the rank of the third values which are both 985?
None of the above, supposed to be 3.5
What function would you use to calculate the strength of a relationship between two or more variables?
CORREL
You hypothesize that there is a relationship between lack of regular exercise and illness. To research this theory, you have compiled a sample set of data that contains numbers of days in which an hour or more of exercise is completed as well as numbers of days sick within a calendar year. What tools in Excel could you use to investigate the relationships between the data?
CORREL
Which of the following functions has the ability to calculate the μ (MU) of a dataset based on a user defined set of criteria?
AVERAGEIFS
What is the difference between STDEV.S and STDEV.P?
STDEV.S calculates standard deviation of a sample; STDEV.P calculates the standard deviation of a population.
What is the difference between a sample and a population?
A population contains all data you want to evaluate, while a sample contains a portion of the data.
What keystroke combination is required to calculate a Frequency data array?
Ctrl+Shift+Enter