Deck 2: Formulas and Functions

Full screen (f)
exit full mode
Question
What do you use to separate arguments in a function?

A)Period (.)
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
Use Space or
up arrow
down arrow
to flip the card.
Question
What is the default method of referencing cells in formulas?

A)Absolute
B)Relative
C)Mixed
D)Default
Question
Which of the following is not a category of functions?

A)Logical
B)Financial
C)Statistical
D)Graphing
Question
What two functions compute the central tendency of values?

A)AVERAGE and MODE
B)AVERAGE and MEDIAN
C)MIN and MAX
D)AVERAGE and CENTER
Question
If a cell containing the formula =$B$14 is not copy and pasted, but moved four columns over and four rows down, what would the resultant cell reference become?

A)=F18
B)=$F$18
C)=B14
D)=$B$14
Question
If a cell contains =$N$21 and two new columns are inserted in front of column N and three rows are inserted above row 21, what happens to the =$N$21?

A)It becomes =$P$24
B)It remains =$N$21
C)It becomes =$L$18
D)It becomes =$Q$23
Question
Functions can be selected by using the ________.

A)Add Function dialog box
B)Format Function dialog box
C)Insert Function dialog box
D)Create Function dialog box
Question
What describes a function's purpose?

A)Arguments
B)Name
C)Category
D)Variables
Question
How many functions does Excel provide?

A)Over 40
B)Over 400
C)Over 4,000
D)Unlimited
Question
If a cell containing =B$14 is copy and pasted three columns over and two rows down, what would the resultant cell reference become?

A)E$14
B)$E$14
C)B16
D)B$16
Question
If the cell reference $A5 in a formula is copied and pasted over two columns and down two rows from its original cell, what the cell reference become in the new cell.

A)$A5
B)$A7
C)$C5
D)$C7
Question
Which keyboard shortcut toggles through the types of reference options?

A)F2
B)F3
C)F4
D)F5
Question
What punctuation is used to separate the two cell references in a range?

A)Period (.)
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
Question
What does Excel use to indicate optional arguments in a function?

A)Square brackets []
B)Parenthesis ()
C)Curly brackets {}
D)Quote marks ""
Question
What type of cell reference should be used when a value remains constant?

A)Absolute
B)Relative
C)Mixed
D)Constant
Question
What is not a direct option on the AutoSum drop down menu?

A)Median
B)Sum
C)Count numbers
D)Max
Question
Where does Excel automatically display statistics like count, average, and sum when a range of values is selected?

A)Formula bar
B)Name box
C)Status bar
D)Statistics bar
Question
What error will you get if you type a function name incorrectly?

A)#FUNCTION?
B)#VALUE?
C)#ERROR?
D)#NAME?
Question
Which function would you use if you wanted to count the number of values, but ignore cells that have text or are empty?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTVALUES
Question
If you wanted to reference a cell in a formula and you did not want that cell to change when copying and pasting you would use what kind of reference?

A)Fixed
B)Relative
C)Mixed
D)Absolute
Question
If you wanted to count the number of entries in a list that contained numbers, text, and blank cells, but ignore the blank cells, which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
Question
To look up an exact match, what should you enter in the range_lookup argument?

A)FALSE
B)TRUE
C)EXACT
D)Leave it blank
Question
Which of the following is not a valid =IF statement?

A)=IF(A5>19,"Greater","Not Greater")
B)=IF(A5>19,b7,b9)
C)=IF(A5>19,1,9)
D)=IF(A5>19,Greater,Not Greater)
Question
What will you see if you enter the TODAY function without the parenthesis?

A)#VALUE?
B)Nothing. It will fill in the parenthesis for you.
C)#FUNCTION?
D)#NAME?
Question
Which of the following is not an argument associated with the IF function?

A)Test
B)Value if true
C)Value if false
D)Value if neither true nor false
Question
Which of the following is not a valid lookup function?

A)HLOOKUP
B)VLOOKUP
C)LLOOKUP
D)LOOKUP
Question
Which of the following would not produce the correct monthly payment on a loan of $13,000 which will be paid off in 5 years with an annual interest rate of 6%?

A)=PMT(6%,60,-13000)
B)=PMT(.5%,60,-13000)
C)=PMT(.5%,5*12,-13000)
D)=PMT(6%/12,60,-13000)
Question
Which of the following is not a valid test in an =IF statement?

A)A4-B4
B)A4C)A4>A4
D)B4<=B4
Question
Which of the following would not give the same result for "=(5+32+75+21)/4"?

A)=SUM(5,32,75,21)/4
B)=MEDIAN(5,32,75,21)+7.25
C)=AVERAGEIF(5+32+75+21,4)
D)=AVERAGE(5,32,75,21)
Question
What function computes the value in which one-half of the data is above and one-half is below.

A)MIDDLE
B)MODE
C)AVERAGE
D)MEDIAN
Question
The ROUND function requires how many arguments?

A)2
B)3
C)4
D)1
Question
What keyboard shortcut will automatically update any formulas using =TODAY()or =NOW()?

A)F8
B)F9
C)F10
D)F11
Question
Which of the following will not return the system clock's date?

A)NOW()
B)TODAY()
C)Ctrl+;
D)DATE()
Question
What actually changes the value Excel stores to a user determined number of decimal places?

A)Decrease decimal setting
B)Increase decimal setting
C)ROUND function
D)DECIMAL function
Question
Which function would you use to find the oldest date in a range?

A)MIN
B)MAX
C)OLDEST
D)MEDIAN
Question
Which of the following does not comply with the preferred way of using the SUM function?

A)=SUM(A4:A11)
B)=SUM(A4:A11, B9:E11)
C)=SUM(A4, B8, D14)
D)=SUM(A4/A11)
Question
What does the AVERAGE function not ignore?

A)Text
B)Empty cells
C)Dates
D)Cells with N/A
Question
If A7=21, which of the following =IF statements would produce the result of "Much Greater"?

A)=IF(A7>14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
B)=IF(A7<50,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
C)=IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
D)=IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20")
Question
Which status bar statistic can you not enable?

A)SUM
B)MIN
C)Range Name
D)Page Number
Question
If you wanted to count the number of entries in a list that contained numbers, text, and blank cells, but ignore the text and blank cells, which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
Question
The test argument in an IF statement must evaluate to either ________.
Question
The TODAY()and NOW()functions are updated every time you open or ________ the spreadsheet.
Question
The range that contains the lookup table is called the ________.
Question
The ________ function finds the largest value in a range.
Question
Using ________ simplifies adding complex mathematical formulas to a cell.
Question
After you type a function and its opening parenthesis "(" the ________ appears and displays the function's arguments.
Question
The ________ function counts the number of calculable values, but ignores cells that have text or are empty.
Question
It is called a(n)________ function when a function is used inside of another function.
Question
The ________ feature in Excel displays various options when you type an equal (=)sign and then begin typing a function name.
Question
When working with dates, Excel actually assigns ________ numbers to each date.
Question
The MIN and MAX functions can be used with ________ as well as numbers.
Question
The ________ function finds the smallest value in a range.
Question
A function's ________ defines the rules by which the function operates.
Question
________ is a set of analytical tools that appears when you select a range.
Question
When you use the VLOOKUP function, the ________ column in the array is used to look up the value.
Question
The ________ function is similar to the TODAY()function, except that it also returns the system time.
Question
In military time, 15:00 is ________ in non-military time.
Question
The inputs in a function are specified by its ________.
Question
________ references change when formulas are copy and pasted.
Question
If A9>B7 is the test in an IF function, ________ would result in the same results as long as the value if true and the value if false arguments are switched.
Question
The ________ is the lowest value for a category in the table lookup table.
Question
You could use both A3>b9 or B9
Question
In a lookup table, the number of the column which contains the return values is called the ________.
Question
All IF functions have three arguments.
Question
If you will never copy and paste a formula you do not have to be concerned about absolute, relative, or mixed references.
Question
When entering functions, the square brackets, [], indicate required values.
Question
Excel assigns date number 1 to January 1, 1900.
Question
The most used logical function is the IF function.
Question
If you will be paying monthly for six years to pay off a car, then you would enter ________ in the NPER argument in the PMT function.
Question
In the PMT function, the PV argument refers to the ________ of the loan.
Question
There are rare occasions when both the second and third argument of an IF function are executed.
Question
If the annual interest rate is 12% and payments are made monthly, then you would enter ________ in the RATE argument in the PMT function.
Question
The test in an IF function must evaluate to either a True or a False.
Question
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
Question
In a mixed reference you can put the dollar sign ($)in front of the column or row indicator.
Question
It is very important to sort the first column in a table lookup array in descending order.
Question
The COUNTBLANK function will count cells that contain formulas that compute to a value of zero (0).
Question
This is not a valid way to use the MAX function: =MAX(a4:d11, f1:f2)
Question
The COUNTA function only counts text entries.It does not count calculable values or blank cells.
Question
The VLOOKUP function has four required arguments.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Formulas and Functions
1
What do you use to separate arguments in a function?

A)Period (.)
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
C
2
What is the default method of referencing cells in formulas?

A)Absolute
B)Relative
C)Mixed
D)Default
B
3
Which of the following is not a category of functions?

A)Logical
B)Financial
C)Statistical
D)Graphing
D
4
What two functions compute the central tendency of values?

A)AVERAGE and MODE
B)AVERAGE and MEDIAN
C)MIN and MAX
D)AVERAGE and CENTER
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
If a cell containing the formula =$B$14 is not copy and pasted, but moved four columns over and four rows down, what would the resultant cell reference become?

A)=F18
B)=$F$18
C)=B14
D)=$B$14
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
If a cell contains =$N$21 and two new columns are inserted in front of column N and three rows are inserted above row 21, what happens to the =$N$21?

A)It becomes =$P$24
B)It remains =$N$21
C)It becomes =$L$18
D)It becomes =$Q$23
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
Functions can be selected by using the ________.

A)Add Function dialog box
B)Format Function dialog box
C)Insert Function dialog box
D)Create Function dialog box
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
What describes a function's purpose?

A)Arguments
B)Name
C)Category
D)Variables
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
How many functions does Excel provide?

A)Over 40
B)Over 400
C)Over 4,000
D)Unlimited
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
If a cell containing =B$14 is copy and pasted three columns over and two rows down, what would the resultant cell reference become?

A)E$14
B)$E$14
C)B16
D)B$16
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
If the cell reference $A5 in a formula is copied and pasted over two columns and down two rows from its original cell, what the cell reference become in the new cell.

A)$A5
B)$A7
C)$C5
D)$C7
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
Which keyboard shortcut toggles through the types of reference options?

A)F2
B)F3
C)F4
D)F5
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
What punctuation is used to separate the two cell references in a range?

A)Period (.)
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
What does Excel use to indicate optional arguments in a function?

A)Square brackets []
B)Parenthesis ()
C)Curly brackets {}
D)Quote marks ""
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
What type of cell reference should be used when a value remains constant?

A)Absolute
B)Relative
C)Mixed
D)Constant
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
What is not a direct option on the AutoSum drop down menu?

A)Median
B)Sum
C)Count numbers
D)Max
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
Where does Excel automatically display statistics like count, average, and sum when a range of values is selected?

A)Formula bar
B)Name box
C)Status bar
D)Statistics bar
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
What error will you get if you type a function name incorrectly?

A)#FUNCTION?
B)#VALUE?
C)#ERROR?
D)#NAME?
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
Which function would you use if you wanted to count the number of values, but ignore cells that have text or are empty?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTVALUES
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
If you wanted to reference a cell in a formula and you did not want that cell to change when copying and pasting you would use what kind of reference?

A)Fixed
B)Relative
C)Mixed
D)Absolute
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
If you wanted to count the number of entries in a list that contained numbers, text, and blank cells, but ignore the blank cells, which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
To look up an exact match, what should you enter in the range_lookup argument?

A)FALSE
B)TRUE
C)EXACT
D)Leave it blank
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following is not a valid =IF statement?

A)=IF(A5>19,"Greater","Not Greater")
B)=IF(A5>19,b7,b9)
C)=IF(A5>19,1,9)
D)=IF(A5>19,Greater,Not Greater)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
What will you see if you enter the TODAY function without the parenthesis?

A)#VALUE?
B)Nothing. It will fill in the parenthesis for you.
C)#FUNCTION?
D)#NAME?
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
Which of the following is not an argument associated with the IF function?

A)Test
B)Value if true
C)Value if false
D)Value if neither true nor false
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
Which of the following is not a valid lookup function?

A)HLOOKUP
B)VLOOKUP
C)LLOOKUP
D)LOOKUP
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
Which of the following would not produce the correct monthly payment on a loan of $13,000 which will be paid off in 5 years with an annual interest rate of 6%?

A)=PMT(6%,60,-13000)
B)=PMT(.5%,60,-13000)
C)=PMT(.5%,5*12,-13000)
D)=PMT(6%/12,60,-13000)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
Which of the following is not a valid test in an =IF statement?

A)A4-B4
B)A4C)A4>A4
D)B4<=B4
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following would not give the same result for "=(5+32+75+21)/4"?

A)=SUM(5,32,75,21)/4
B)=MEDIAN(5,32,75,21)+7.25
C)=AVERAGEIF(5+32+75+21,4)
D)=AVERAGE(5,32,75,21)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
What function computes the value in which one-half of the data is above and one-half is below.

A)MIDDLE
B)MODE
C)AVERAGE
D)MEDIAN
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
The ROUND function requires how many arguments?

A)2
B)3
C)4
D)1
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
What keyboard shortcut will automatically update any formulas using =TODAY()or =NOW()?

A)F8
B)F9
C)F10
D)F11
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
Which of the following will not return the system clock's date?

A)NOW()
B)TODAY()
C)Ctrl+;
D)DATE()
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
What actually changes the value Excel stores to a user determined number of decimal places?

A)Decrease decimal setting
B)Increase decimal setting
C)ROUND function
D)DECIMAL function
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
Which function would you use to find the oldest date in a range?

A)MIN
B)MAX
C)OLDEST
D)MEDIAN
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
Which of the following does not comply with the preferred way of using the SUM function?

A)=SUM(A4:A11)
B)=SUM(A4:A11, B9:E11)
C)=SUM(A4, B8, D14)
D)=SUM(A4/A11)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
What does the AVERAGE function not ignore?

A)Text
B)Empty cells
C)Dates
D)Cells with N/A
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
If A7=21, which of the following =IF statements would produce the result of "Much Greater"?

A)=IF(A7>14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
B)=IF(A7<50,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
C)=IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
D)=IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20")
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
Which status bar statistic can you not enable?

A)SUM
B)MIN
C)Range Name
D)Page Number
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
If you wanted to count the number of entries in a list that contained numbers, text, and blank cells, but ignore the text and blank cells, which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
The test argument in an IF statement must evaluate to either ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
The TODAY()and NOW()functions are updated every time you open or ________ the spreadsheet.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
The range that contains the lookup table is called the ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
The ________ function finds the largest value in a range.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
Using ________ simplifies adding complex mathematical formulas to a cell.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
After you type a function and its opening parenthesis "(" the ________ appears and displays the function's arguments.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
The ________ function counts the number of calculable values, but ignores cells that have text or are empty.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
It is called a(n)________ function when a function is used inside of another function.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
The ________ feature in Excel displays various options when you type an equal (=)sign and then begin typing a function name.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
When working with dates, Excel actually assigns ________ numbers to each date.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
The MIN and MAX functions can be used with ________ as well as numbers.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
The ________ function finds the smallest value in a range.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
A function's ________ defines the rules by which the function operates.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
________ is a set of analytical tools that appears when you select a range.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
When you use the VLOOKUP function, the ________ column in the array is used to look up the value.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
The ________ function is similar to the TODAY()function, except that it also returns the system time.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
In military time, 15:00 is ________ in non-military time.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
The inputs in a function are specified by its ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
________ references change when formulas are copy and pasted.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
If A9>B7 is the test in an IF function, ________ would result in the same results as long as the value if true and the value if false arguments are switched.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
The ________ is the lowest value for a category in the table lookup table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
You could use both A3>b9 or B9
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
In a lookup table, the number of the column which contains the return values is called the ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
All IF functions have three arguments.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
If you will never copy and paste a formula you do not have to be concerned about absolute, relative, or mixed references.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
When entering functions, the square brackets, [], indicate required values.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
Excel assigns date number 1 to January 1, 1900.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
The most used logical function is the IF function.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
If you will be paying monthly for six years to pay off a car, then you would enter ________ in the NPER argument in the PMT function.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
In the PMT function, the PV argument refers to the ________ of the loan.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
There are rare occasions when both the second and third argument of an IF function are executed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
If the annual interest rate is 12% and payments are made monthly, then you would enter ________ in the RATE argument in the PMT function.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
The test in an IF function must evaluate to either a True or a False.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
In a mixed reference you can put the dollar sign ($)in front of the column or row indicator.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
It is very important to sort the first column in a table lookup array in descending order.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
The COUNTBLANK function will count cells that contain formulas that compute to a value of zero (0).
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
This is not a valid way to use the MAX function: =MAX(a4:d11, f1:f2)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
The COUNTA function only counts text entries.It does not count calculable values or blank cells.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
The VLOOKUP function has four required arguments.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.