Identify the Pv argument in this formula: = - PMT(B2/12,B3,B4)
B4 Syntax: = - PMT(rate, nper, pv, [fv], [type])
28
New cards
In a PMT function, what is the Pv argument?
The present value of the loan.
29
New cards
A formula to display the value of cell B2 on the Sales worksheet looks like this:
=Sales!B2
30
New cards
Dependant
The cell containing a formula that references the value or formula in the selected cell.
31
New cards
T/F: If you delete a worksheet, you can undo the action.
False
32
New cards
To group worksheets that are not next to each other, select the first worksheet and press the ________ key, and then click the other sheet tabs you want included in the group.
Ctrl
33
New cards
Theme
A unified color, font, and effects scheme you apply to a workbook.
34
New cards
To keep column headings as you scroll through a large spreadsheet you should use the ________command.
Freeze First Column
35
New cards
T/F: When you hide a row or column, the data remain in your workbook. They are no longer displayed on-screen but will be part of the printed workbook.
False
36
New cards
To display a worksheet in two or four panes, you should _______ the worksheet.
split
37
New cards
Footer
Text that appears at the bottom of every page just above the margin.
38
New cards
Headings
Numbers at the left of rows and the letters at the top of columns.
39
New cards
T/F: If your worksheet is wide, you may want to print with portrait orientation where the height of the page is greater than the width.
False
40
New cards
Margins
Allow for more or less white space around your worksheet area when printing.
41
New cards
T/F: Data markers are graphic representations of the values of data points in a chart.
True
42
New cards
Pie Chart
Represents data as parts of a whole.
43
New cards
Quick Styles
Apply combinations of fonts, line styles, fills, and shape effects to charts.
44
New cards
Sparklines
Represent each data series as an individual graphic within a single cell.
45
New cards
A Total row can be used to quickly calculate the ______ and ______ of all the values in a column.
Sum and Average
46
New cards
T/F: When you format data as a table, the header row automatically includes filtering and sorting.
True
47
New cards
Goal Seek Command
Lets you enter a designated value for a formula and specify an input cell that can be modified in order to reach that goal.
48
New cards
Sorting
Rearranges the rows in your worksheet by the data in a column or columns.
49
New cards
Data Table Command
Provides a quick what-if analysis of the effects of changing a single variable within a formula.
50
New cards
Pivot Table
A special report view that summarizes data and calculates the intersecting totals.
51
New cards
Identify the result of this formula: =ROUNDUP(4.9876021,2)
4.99
52
New cards
Identify the Sum_range argument in this formula: =SUMIFS(JuneOrdered,JuneItems,B1,JunePOs,B2)
Correct formula to calculate how much money you will have in an investment account where $200 is invested every month for two years at 3.5% annual interest.
=FV(3.5%/12,24,-200) Syntax: =FV(rate, nper, pmt)
57
New cards
What function do you use to calculate the present value of a future investment with variable inflows and outflows of capital?
NPV Syntax: =NPV(rate, value1, [value2])
58
New cards
Identify the Salvage argument in this function: =SLN(B2,B3,B4)
B3 Syntax: =SLN(cost, salvage, life)
59
New cards
Y/N: When naming a range of cells to be used as the Array argument with the INDEX function, should you include the label row?
No
60
New cards
T/F: The IFERROR function displays TRUE if the formula results in an error and FALSE if it does not.
False
61
New cards
Most common combination for a combo chart?
Column and line
62
New cards
T/F: Use the Chart Styles button that appears at the upper right corner of a selected chart to change the style for a selected data series or single data point.
False
63
New cards
What method allows you to separate a data point in a pie chart?
Enter a value in the Point Explosion box in the Format Data Point task pane.
64
New cards
You can apply a chart template that you've saved from what method?
On the Insert tab, in the Charts group, click the Recommended Charts button, and then click the All Charts tab.
65
New cards
Trendline uses:
1. Analyze the relationship between data points in a chart. 2. Forecast future values on a chart. 3. Estimate previous values on a chart.
66
New cards
Trendline
Used for regression analysis
67
New cards
T/F: To change the Sparkline type, you must first clear the existing Sparklines.
False
68
New cards
T/F: When you insert a picture into a worksheet, it is inserted into a specific cell.
False
69
New cards
T/F: When you add a picture to a worksheet header, it is not visible in Normal view.
True
70
New cards
T/F: You can insert a screenshot of any open window, even if it's minimized.
False
71
New cards
To open the Sort dialog,
1.On the Data tab, in the Sort & Filter group, click the Sort button. 2. On the Home tab, in the Editing group, click the Sort & Filter button, and click Custom Sort. 3. Right-click any cell in the data set, point to Sort, and click Custom Sort.
72
New cards
What option is not available from the Text Filters menu?
Greater Than
73
New cards
T/F: When setting up the criteria range for Advanced Filter, type criteria in separate rows if data must meet any one of the criteria to be included in the filter.
True
74
New cards
Before adding subtotals with the Subtotal command, you must __________ the data.
Sort
75
New cards
The Subtotal command uses which function to create subtotals?
SUBTOTAL
76
New cards
If you want to summarize data without using an outline format or including formulas, use which command?
Consolidate
77
New cards
T/F: When you show a scenario, any changing cells that included formulas originally will be converted to values.
True
78
New cards
To install Solver, open the Excel Options dialog, and go to which section?
Add-Ins
79
New cards
When setting up the Solver parameters, which cells must include a formula?
Objective
80
New cards
T/F: When a PivotTable's source data updates, the PivotTable and PivotChart update automatically.