Deck 7: Excell: Formulas and Functions

Full screen (f)
exit full mode
Question
Which Excel function changes the value to a desired number of decimal places?

A) truncate
B) Round
C) Decrease decimal
D) Increase decimal
Use Space or
up arrow
down arrow
to flip the card.
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 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
What type of cell reference should be used when a value remains constant?

A) Absolute
B) Relative
C) Mixed
D) Constant
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 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 =B$14 is copied 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
Which of the following is not a category of functions?

A) Logical
B) Financial
C) Statistical
D) Graphing
Question
What does Excel use to indicate optional arguments in a function?

A) Square brackets []
B) Parenthesis ()
C) Curly brackets {}
D) Quote marks ""
Question
Which of the following is not a valid logical test?

A) =>
B) <=
C) <>
D) >=
Question
What punctuation is used to separate the two cell references in a range?

A) Period (.)
B) Semi-colon (;)
C) Comma (,)
D) Colon (:)
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
Which keyboard shortcut toggles through the types of reference options?

A) F2
B) F3
C) F4
D) F5
Question
What do you use to separate arguments in a function?

A) Period (.)
B) Semi-colon (;)
C) Comma (,)
D) Colon (:)
Question
What term refers to the necessity of following the rules when it comes to using functions?

A) syntax
B) formula
C) arguments
D) function logic
Question
What is the default method of referencing cells in formulas?

A) Absolute
B) Relative
C) Mixed
D) Default
Question
What describes a function's purpose?

A) Arguments
B) Name
C) Category
D) Variables
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 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
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 to find the oldest date in a range?

A) MIN
B) MAX
C) OLDEST
D) MEDIAN
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
What is the term for the inputs required in a function?

A) formulas
B) syntax
C) arguments
D) terms
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 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
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
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 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
If you will never copy and paste a formula you do not have to be concerned about absolute, relative, or mixed references.
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
What does the AVERAGE function not ignore?

A) Text
B) Empty cells
C) Dates
D) Cells with N / A
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 ROUND function requires how many arguments?

A) 2
B) 3
C) 4
D) 1
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
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
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 action changes the actual number of decimal places Excel stores instead of just changing what is displayed?

A) Decrease decimal setting
B) Increase decimal setting
C) ROUND function
D) DECIMAL function
Question
The VLOOKUP function has four required arguments.
Question
The most used logical function is the IF function.
Question
It is very important to sort the first column in a table lookup array in descending order.
Question
A lookup table should contain at least two rows and two columns, not counting headings.
Question
The HLOOKUP function can only be used to find exact matches.
Question
The COUNTA function only counts text entries. It does not count calculable values or blank cells.
Question
The test in an IF function must evaluate to either a True or a False.
Question
Excel assigns date number 1 to January 1, 1900.
Question
This is a valid way to use the MAX function: =MAX(a4:d11, f1:f2)
Question
In the HLOOKUP function, the third argument is the column index number.
Question
If you are looking up exact values in a lookup table then it does not matter how the table is sorted.
Question
All IF functions have three arguments.
Question
When entering functions, the square brackets, [], indicate required values.
Question
The COUNTBLANK function will count cells that contain formulas that compute to a value of zero (0).
Question
You could use both A3>b9 or B9
Question
The PMT function uses three required arguments and no optional arguments.
Question
In a mixed reference you can put the dollar sign ($) in front of the column or row indicator.
Question
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
Question
If you omit the fourth argument in a VLOOKUP function, Excel will assume you intend the fourth argument to be False.
Question
There are rare occasions when both the second and third argument of an IF function are executed.
Question
________ tool is a set of analytical tools that appears when you select a range.
Question
The ________ function actually changes the number of decimal places in the value.
Question
When working with dates, Excel actually assigns ________ numbers to each date.
Question
Functions can be nested inside the arguments in the various lookup functions.
Question
The MIN and MAX functions can be used with ________ as well as numbers.
Question
A function's ________ defines the rules by which the function operates.
Question
The ________ function is similar to the TODAY() function, except that it also returns the system time.
Question
________ references change when formulas are copy and pasted.
Question
When you use the VLOOKUP function, the ________ column in the array is used to look up the value.
Question
The ________ function counts the number of calculable values, but ignores cells that have text or are empty.
Question
FV is a required argument in the PMT function.
Question
The inputs in a function are specified by its ________.
Question
The ________ function finds the largest value in a range.
Question
The ________ function finds the smallest value in a range.
Question
The ________ feature in Excel displays various options when you type an equal (=) sign and then begin typing a function name.
Question
The default calculation using the PMT function will produce a negative number.
Question
The two optional arguments in the PMT function allows the function to be used with variable loans.
Question
The TODAY() and NOW() functions are updated every time you open or ________ the spreadsheet.
Question
Using ________ simplifies adding complex mathematical formulas to a cell.
Question
It is called a(n) ________ function when a function is used inside of another function.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/93
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 7: Excell: Formulas and Functions
1
Which Excel function changes the value to a desired number of decimal places?

A) truncate
B) Round
C) Decrease decimal
D) Increase decimal
B
2
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
D
3
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
D
4
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 93 flashcards in this deck.
Unlock Deck
k this deck
5
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 93 flashcards in this deck.
Unlock Deck
k this deck
6
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 93 flashcards in this deck.
Unlock Deck
k this deck
7
If a cell containing =B$14 is copied 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 93 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following is not a category of functions?

A) Logical
B) Financial
C) Statistical
D) Graphing
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
9
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 93 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the following is not a valid logical test?

A) =>
B) <=
C) <>
D) >=
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
11
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 93 flashcards in this deck.
Unlock Deck
k this deck
12
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 93 flashcards in this deck.
Unlock Deck
k this deck
13
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 93 flashcards in this deck.
Unlock Deck
k this deck
14
What do you use to separate arguments in a function?

A) Period (.)
B) Semi-colon (;)
C) Comma (,)
D) Colon (:)
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
15
What term refers to the necessity of following the rules when it comes to using functions?

A) syntax
B) formula
C) arguments
D) function logic
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
16
What is the default method of referencing cells in formulas?

A) Absolute
B) Relative
C) Mixed
D) Default
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
17
What describes a function's purpose?

A) Arguments
B) Name
C) Category
D) Variables
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
18
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 93 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 93 flashcards in this deck.
Unlock Deck
k this deck
20
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 93 flashcards in this deck.
Unlock Deck
k this deck
21
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 93 flashcards in this deck.
Unlock Deck
k this deck
22
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 93 flashcards in this deck.
Unlock Deck
k this deck
23
What is the term for the inputs required in a function?

A) formulas
B) syntax
C) arguments
D) terms
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
24
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 93 flashcards in this deck.
Unlock Deck
k this deck
25
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 93 flashcards in this deck.
Unlock Deck
k this deck
26
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 93 flashcards in this deck.
Unlock Deck
k this deck
27
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 93 flashcards in this deck.
Unlock Deck
k this deck
28
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 93 flashcards in this deck.
Unlock Deck
k this deck
29
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 93 flashcards in this deck.
Unlock Deck
k this deck
30
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 93 flashcards in this deck.
Unlock Deck
k this deck
31
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 93 flashcards in this deck.
Unlock Deck
k this deck
32
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 93 flashcards in this deck.
Unlock Deck
k this deck
33
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 93 flashcards in this deck.
Unlock Deck
k this deck
34
The ROUND function requires how many arguments?

A) 2
B) 3
C) 4
D) 1
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
35
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 93 flashcards in this deck.
Unlock Deck
k this deck
36
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 93 flashcards in this deck.
Unlock Deck
k this deck
37
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 93 flashcards in this deck.
Unlock Deck
k this deck
38
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 93 flashcards in this deck.
Unlock Deck
k this deck
39
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 93 flashcards in this deck.
Unlock Deck
k this deck
40
What action changes the actual number of decimal places Excel stores instead of just changing what is displayed?

A) Decrease decimal setting
B) Increase decimal setting
C) ROUND function
D) DECIMAL function
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
41
The VLOOKUP function has four required arguments.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
42
The most used logical function is the IF function.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
43
It is very important to sort the first column in a table lookup array in descending order.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
44
A lookup table should contain at least two rows and two columns, not counting headings.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
45
The HLOOKUP function can only be used to find exact matches.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
46
The COUNTA function only counts text entries. It does not count calculable values or blank cells.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
47
The test in an IF function must evaluate to either a True or a False.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
48
Excel assigns date number 1 to January 1, 1900.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
49
This is a valid way to use the MAX function: =MAX(a4:d11, f1:f2)
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
50
In the HLOOKUP function, the third argument is the column index number.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
51
If you are looking up exact values in a lookup table then it does not matter how the table is sorted.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
52
All IF functions have three arguments.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
53
When entering functions, the square brackets, [], indicate required values.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
54
The COUNTBLANK function will count cells that contain formulas that compute to a value of zero (0).
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
55
You could use both A3>b9 or B9
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
56
The PMT function uses three required arguments and no optional arguments.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
57
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 93 flashcards in this deck.
Unlock Deck
k this deck
58
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 93 flashcards in this deck.
Unlock Deck
k this deck
59
If you omit the fourth argument in a VLOOKUP function, Excel will assume you intend the fourth argument to be False.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
60
There are rare occasions when both the second and third argument of an IF function are executed.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
61
________ tool is a set of analytical tools that appears when you select a range.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
62
The ________ function actually changes the number of decimal places in the value.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
63
When working with dates, Excel actually assigns ________ numbers to each date.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
64
Functions can be nested inside the arguments in the various lookup functions.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
65
The MIN and MAX functions can be used with ________ as well as numbers.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
66
A function's ________ defines the rules by which the function operates.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
67
The ________ function is similar to the TODAY() function, except that it also returns the system time.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
68
________ references change when formulas are copy and pasted.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
69
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 93 flashcards in this deck.
Unlock Deck
k this deck
70
The ________ function counts the number of calculable values, but ignores cells that have text or are empty.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
71
FV is a required argument in the PMT function.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
72
The inputs in a function are specified by its ________.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
73
The ________ function finds the largest value in a range.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
74
The ________ function finds the smallest value in a range.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
75
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 93 flashcards in this deck.
Unlock Deck
k this deck
76
The default calculation using the PMT function will produce a negative number.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
77
The two optional arguments in the PMT function allows the function to be used with variable loans.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
78
The TODAY() and NOW() functions are updated every time you open or ________ the spreadsheet.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
79
Using ________ simplifies adding complex mathematical formulas to a cell.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
80
It is called a(n) ________ function when a function is used inside of another function.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 93 flashcards in this deck.