Deck 4: Applying Logic in Decision Making

Full screen (f)
exit full mode
Question
The syntax of the IF function is =IF(logical_test,value_if_true,value_if_false).
Use Space or
up arrow
down arrow
to flip the card.
Question
An IF function can be used to evaluate a logical test, such as determining if the 90-days past due balance is greater than 0, with only two resulting values: a value_if_true and a value_if_false.
Question
The AND function evaluates a list of logical arguments to determine if at least one of the arguments is TRUE.
Question
An IF function is a Boolean logical function that returns one value if a specified condition evaluates to TRUE, and the same value if the specified condition evaluates to FALSE.
Question
In a nested IF function, the second argument (value_if_true) and/or the third argument (value_if_false) cannot contain another IF function.
Question
If you want to compare the value 3 to the value 5 to see if 3 is greater than 5, you would enter the following formula: =3>5.
Question
For an OR function to be TRUE, at least one of its arguments must be TRUE.
Question
To test if neither L3 nor M3 is TRUE, you can use the none of construct.
Question
One approach to determining if none of the credit rules is TRUE for a specific customer is to figure out if each rule results in a FALSE value.
Question
Dun & Street (D&S) is one of the most widely used financial reporting services that provides, among other products, financial information about corporations and institutions.
Question
Excel provides unconditional formatting tools, which are tools you can use to identify a set of conditions and specify the formatting if those conditions are met.
Question
The NOT function takes only one argument and essentially changes a single TRUE value to FALSE, or a single FALSE value to TRUE.
Question
TRUE and FALSE are referred to as Boolean logical values.
Question
The syntax of the NOT function evaluates only a single TRUE or FALSE value, not a range of values.
Question
When laying out a complex IF function, a good way to proceed is to take the information and represent this process schematically in a bar chart.
Question
The formula =OR(K3:K21) returns a TRUE value if any of the values in K3 through K21 contain the value TRUE.
Question
Use the logical construct of OR(A1) to change a single TRUE to FALSE or a single FALSE to TRUE.
Question
In cases where you want to test criteria between a range of values, placing the logical tests in a specific order-either from highest to lowest or lowest to highest-can save a considerable amount of work.
Question
Relational operators can be used to evaluate dates.
Question
The term parent-child means that a function contains additional formulas and/or functions as one or more of its arguments.
Question
In the formula =(1+2)/3<>10, the numbers 1 and 2 are added after they are divided by 3.
____________________
Question
Dun & Bradstreet's credit rating includes a composite credit appraisal score that ranges from ____.

A) 1 to 4
B) 1 to 10
C) 1 to 100
D) A to Z
Question
Each value in the AND function can consist of cell references or a range of cells and functions that reduce to a single TRUE or FALSE value.
____________________
Question
For a(n) AND function to be TRUE, all of its arguments must be TRUE. ____________________
Question
Dun & Bradstreet's credit rating includes a classification ranging from ____ indicating the net worth category of the company.

A) 5A to HH
B) 1A to ZZ
C) 2B to 2Z
D) 1 to 100
Question
Use the NOT function to change a TRUE value to FALSE or a FALSE value to TRUE.
____________________
Question
The result of the formula =100>MAX(5,10,20) is FALSE. ____________________
Question
The NOT function evaluates only one logical argument to determine if it is FALSE.
____________________
Question
The Highlight Cells Rules submenu options called Equal To identify either duplicate values with a specific format or unique values. ____________________
Question
To apply an icon set and modify criteria rules, highlight the cell(s) to be formatted and then click the Conditional Formatting button to open the Conditional Formatting drop-down menu.
____________________
Question
The result of the formula =B3>=C3 where cell B3 contains the date 1/1/2010 and cell C3 contains the date 12/31/2009 is ____.

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
Question
The function =C2="Hello" uses relational operators to evaluate text labels.
____________________
Question
NOT(H2=2) returns the value FALSE assuming that cell H2 contains any value other
than 2. ____________________
Question
With conditional formatting, if both types of formatting cannot be applied to the cell simultaneously, the rule that appears first in the rules list overrides other rules for that specific cell. ____________________
Question
Some examples of relational logical functions are AND, OR, and NOT.
____________________
Question
The Conditional Formatting tools allow you to insert colored bars (called info bars) in addition to standard formatting. ____________________
Question
The financial stress risk class is a rating from ____, indicating the risk of a company in financial distress, where 1 represents businesses with the lowest probability of risk.

A) 1 to 5
B) 1 to 4
C) 1 to 9
D) 1 to 99
Question
PAYDEX provides a score from 1 to 100, with 100 representing the worst payment record. ____________________
Question
You can use the ____ logical functions AND, OR, and NOT.

A) Boolean
B) Bradstreet
C) relational
D) simple
Question
=OR(I3>90,I4>90,I5>90,I6>90) returns a TRUE value if the values in cells I3, I4, I5,
and I6 all contain values of 90 or less. ____________________
Question
In the formula =(1+2)/3<>10, Excel evaluates ____ first.

A) 1+2
B) 2/3
C) 3<>10
D) 3/3
Question
The result of the formula =C1<=D1 where cell C1 contains the label "AA" and cell D1 contains the label "BB" is ____.

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
Question
Relational expressions ____.

A) are not case sensitive
B) are case sensitive
C) only read uppercase letters
D) only read lowercase letters
Question
Excel interprets the formula =Goodbye>Hello, with no quotation marks, by ____.

A) looking for a range named Goodbye and a range named Hello
B) looking for a range named Hello and a range named Goodbye
C) returning the value TRUE
D) returning the value FALSE
Question
The >, >=, <, and <= operators also work with text, where a greater value is one that appears later in the ____.

A) alphabet
B) formula
C) worksheet
D) logic
Question
The result of the formula =100>MAX(5,10,20) is ____.

A) TRUE
B) FALSE
C) TRUE or FALSE
D) ERROR
Question
The OR function returns a value of FALSE if ____.

A) all arguments in the function are TRUE
B) one or more of the arguments in the function are TRUE
C) all arguments in the function are FALSE
D) one or more of the arguments in the function are TRUE
Question
The NOT function essentially changes the value ____.

A) TRUE to FALSE
B) FALSE to TRUE
C) either a or b
D) neither a nor b
Question
When all of the operands copy relatively, no ____ references are required.

A) absolute
B) relative
C) both a and b
D) neither a nor b
Question
Assuming that cell D4 contains the date 12/31/2013 and cell D1 contains the date 1/1/2014, you could write the formula =D4>=D1, and the result would be ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
Question
Dates are stored as ____.

A) text and numbers
B) sequential numbers
C) text only
D) a series of slashes and numbers
Question
An AND function returns a value of TRUE if ____.

A) all arguments in the function are TRUE
B) one or more of the arguments in the function are TRUE
C) all arguments in the function are FALSE
D) one or more of the arguments in the function are TRUE
Question
Relational expressions begin with a(n) ____.

A) equal sign
B) quotation mark
C) question mark
D) parenthesis
Question
If you entered the date 1/1/2014 directly into a formula, Excel interprets the entry as a ____.

A) numeric expression
B) date
C) both a and b
D) neither a nor b
Question
In the formula =B2=C2, the second equal sign is interpreted as ____.

A) the beginning of a formula
B) a relational operator
C) an absolute operator
D) a relative operator
Question
When you encounter the keywords either and or (meaning if either condition is met) followed by a specified outcome, the situation indicates the need for a(n) ____ function.

A) AND
B) OR
C) NOT
D) IF
Question
You can use dates in ____.

A) relational expressions
B) arithmetic expressions
C) both a and b
D) neither a nor b
Question
The formula =OR(25<24,MIN(1,10)<2,3<=2+1) returns a ____ value.

A) TRUE
B) FALSE
C) numeric
D) error
Question
The result of the formula =B3

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
Question
=OR(FALSE,TRUE,TRUE) results in the final value of ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
Question
Excel ____ empty cells in a range of cells in an AND or OR function.

A) ignores
B) deletes
C) fills
D) highlights
Question
In conditional formatting, the last rule created will appear ____ the list, unless you change the order of the rules.

A) last in
B) first in
C) in the middle of
D) below
Question
After establishing both the relational operator and the condition, you need to specify the formatting to be applied if the condition is met, including ____.

A) font style and borders
B) font type and font size
C) both a and b
D) neither a nor b
Question
With the AND function, arguments can consist of ____.

A) cell references
B) a range of cells containing Boolean logical values
C) relational expressions
D) all of the above
Question
Excel provides ____ tools, which are tools you can use to identify a set of conditions and specify the formatting if those conditions are met.

A) Conditional Formatting
B) Unconditional Formatting
C) Conditional Editing
D) Unconditional Editing
Question
Unlike cell referencing within a worksheet, the default for conditional formatting is a(n) ____ cell reference.

A) relative
B) absolute
C) complex
D) simple
Question
A range can be used in a Boolean logical AND or OR function if the range refers to cells containing ____.

A) text values
B) TRUE or FALSE values
C) numeric values
D) absolute values
Question
Use the ____ button to launch the New Formatting Rule dialog box.

A) New Rule
B) New Formatting
C) New Launch
D) New
Question
If the conditions are not mutually exclusive, resulting in more than one specified condition being TRUE, the formatting ____.

A) of the last specified rule overrides those of earlier rules
B) of the first specified rule overrides those of later rules
C) defaults back to match the rest of the spreadsheet
D) is applied by merging the formatting of all of the conditions
Question
To remove all of the conditional formatting on a worksheet, select the Conditional Formatting button, select ____ in the drop-down menu, and then click Clear Rules from Entire Sheet.

A) Clear Rules
B) Clear Formatting
C) Clear Editing
D) Clear
Question
You can apply conditional formatting to cells based on ____.

A) the value in a cell
B) results of a specified formula that returns a Boolean value
C) the name of the function used in the cell
D) both a and b
Question
The syntax of the NOT function is as follows: ____.

A) NOT(logical1)
B) NOT(logical1,logical2,...)
C) NOT(reference1)
D) NOT(value1,value2,...)
Question
You can change the formatting of a cell quite easily using the formatting buttons on the ____ tab.

A) HOME
B) CREATE
C) EDIT
D) PROOF
Question
The syntax of the AND function is as follows: ____.

A) AND(logical1,logical2,...)
B) AND(value1,value2,...)
C) AND(ref1,ref2,ref3,...)
D) AND(if then,false then)
Question
The formula =NOT(K3:K21) will result in an answer of ____ if all cells in the range are TRUE.

A) TRUE
B) FALSE
C) SUM
D) none of the above
Question
NOT(FALSE) returns the value ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
Question
The Conditional Formatting Rules Manager dialog box can be used to ____.

A) create new rules
B) edit or delete existing rules
C) change the order of these rules
D) all of the above
Question
One of the easiest ways to use conditional formatting is to apply preset formats such as ____.

A) Data Bars
B) Color Scales
C) Icon Sets
D) all of the above
Question
The result of the formula =OR(I3:I21>90), where cell I5 is 92, is ____.

A) FALSE
B) TRUE
C) ERROR
D) both a and b
Question
After establishing the conditional formatting in one row, you can use the ____ tool to copy the formatting down the column to the remaining rows.

A) Format Painter
B) Paint
C) Format
D) Copy
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/150
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: Applying Logic in Decision Making
1
The syntax of the IF function is =IF(logical_test,value_if_true,value_if_false).
True
2
An IF function can be used to evaluate a logical test, such as determining if the 90-days past due balance is greater than 0, with only two resulting values: a value_if_true and a value_if_false.
True
3
The AND function evaluates a list of logical arguments to determine if at least one of the arguments is TRUE.
False
4
An IF function is a Boolean logical function that returns one value if a specified condition evaluates to TRUE, and the same value if the specified condition evaluates to FALSE.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
5
In a nested IF function, the second argument (value_if_true) and/or the third argument (value_if_false) cannot contain another IF function.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
6
If you want to compare the value 3 to the value 5 to see if 3 is greater than 5, you would enter the following formula: =3>5.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
7
For an OR function to be TRUE, at least one of its arguments must be TRUE.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
8
To test if neither L3 nor M3 is TRUE, you can use the none of construct.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
9
One approach to determining if none of the credit rules is TRUE for a specific customer is to figure out if each rule results in a FALSE value.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
10
Dun & Street (D&S) is one of the most widely used financial reporting services that provides, among other products, financial information about corporations and institutions.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
11
Excel provides unconditional formatting tools, which are tools you can use to identify a set of conditions and specify the formatting if those conditions are met.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
12
The NOT function takes only one argument and essentially changes a single TRUE value to FALSE, or a single FALSE value to TRUE.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
13
TRUE and FALSE are referred to as Boolean logical values.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
14
The syntax of the NOT function evaluates only a single TRUE or FALSE value, not a range of values.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
15
When laying out a complex IF function, a good way to proceed is to take the information and represent this process schematically in a bar chart.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
16
The formula =OR(K3:K21) returns a TRUE value if any of the values in K3 through K21 contain the value TRUE.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
17
Use the logical construct of OR(A1) to change a single TRUE to FALSE or a single FALSE to TRUE.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
18
In cases where you want to test criteria between a range of values, placing the logical tests in a specific order-either from highest to lowest or lowest to highest-can save a considerable amount of work.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
19
Relational operators can be used to evaluate dates.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
20
The term parent-child means that a function contains additional formulas and/or functions as one or more of its arguments.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
21
In the formula =(1+2)/3<>10, the numbers 1 and 2 are added after they are divided by 3.
____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
22
Dun & Bradstreet's credit rating includes a composite credit appraisal score that ranges from ____.

A) 1 to 4
B) 1 to 10
C) 1 to 100
D) A to Z
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
23
Each value in the AND function can consist of cell references or a range of cells and functions that reduce to a single TRUE or FALSE value.
____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
24
For a(n) AND function to be TRUE, all of its arguments must be TRUE. ____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
25
Dun & Bradstreet's credit rating includes a classification ranging from ____ indicating the net worth category of the company.

A) 5A to HH
B) 1A to ZZ
C) 2B to 2Z
D) 1 to 100
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
26
Use the NOT function to change a TRUE value to FALSE or a FALSE value to TRUE.
____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
27
The result of the formula =100>MAX(5,10,20) is FALSE. ____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
28
The NOT function evaluates only one logical argument to determine if it is FALSE.
____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
29
The Highlight Cells Rules submenu options called Equal To identify either duplicate values with a specific format or unique values. ____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
30
To apply an icon set and modify criteria rules, highlight the cell(s) to be formatted and then click the Conditional Formatting button to open the Conditional Formatting drop-down menu.
____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
31
The result of the formula =B3>=C3 where cell B3 contains the date 1/1/2010 and cell C3 contains the date 12/31/2009 is ____.

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
32
The function =C2="Hello" uses relational operators to evaluate text labels.
____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
33
NOT(H2=2) returns the value FALSE assuming that cell H2 contains any value other
than 2. ____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
34
With conditional formatting, if both types of formatting cannot be applied to the cell simultaneously, the rule that appears first in the rules list overrides other rules for that specific cell. ____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
35
Some examples of relational logical functions are AND, OR, and NOT.
____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
36
The Conditional Formatting tools allow you to insert colored bars (called info bars) in addition to standard formatting. ____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
37
The financial stress risk class is a rating from ____, indicating the risk of a company in financial distress, where 1 represents businesses with the lowest probability of risk.

A) 1 to 5
B) 1 to 4
C) 1 to 9
D) 1 to 99
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
38
PAYDEX provides a score from 1 to 100, with 100 representing the worst payment record. ____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
39
You can use the ____ logical functions AND, OR, and NOT.

A) Boolean
B) Bradstreet
C) relational
D) simple
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
40
=OR(I3>90,I4>90,I5>90,I6>90) returns a TRUE value if the values in cells I3, I4, I5,
and I6 all contain values of 90 or less. ____________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
41
In the formula =(1+2)/3<>10, Excel evaluates ____ first.

A) 1+2
B) 2/3
C) 3<>10
D) 3/3
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
42
The result of the formula =C1<=D1 where cell C1 contains the label "AA" and cell D1 contains the label "BB" is ____.

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
43
Relational expressions ____.

A) are not case sensitive
B) are case sensitive
C) only read uppercase letters
D) only read lowercase letters
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
44
Excel interprets the formula =Goodbye>Hello, with no quotation marks, by ____.

A) looking for a range named Goodbye and a range named Hello
B) looking for a range named Hello and a range named Goodbye
C) returning the value TRUE
D) returning the value FALSE
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
45
The >, >=, <, and <= operators also work with text, where a greater value is one that appears later in the ____.

A) alphabet
B) formula
C) worksheet
D) logic
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
46
The result of the formula =100>MAX(5,10,20) is ____.

A) TRUE
B) FALSE
C) TRUE or FALSE
D) ERROR
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
47
The OR function returns a value of FALSE if ____.

A) all arguments in the function are TRUE
B) one or more of the arguments in the function are TRUE
C) all arguments in the function are FALSE
D) one or more of the arguments in the function are TRUE
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
48
The NOT function essentially changes the value ____.

A) TRUE to FALSE
B) FALSE to TRUE
C) either a or b
D) neither a nor b
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
49
When all of the operands copy relatively, no ____ references are required.

A) absolute
B) relative
C) both a and b
D) neither a nor b
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
50
Assuming that cell D4 contains the date 12/31/2013 and cell D1 contains the date 1/1/2014, you could write the formula =D4>=D1, and the result would be ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
51
Dates are stored as ____.

A) text and numbers
B) sequential numbers
C) text only
D) a series of slashes and numbers
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
52
An AND function returns a value of TRUE if ____.

A) all arguments in the function are TRUE
B) one or more of the arguments in the function are TRUE
C) all arguments in the function are FALSE
D) one or more of the arguments in the function are TRUE
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
53
Relational expressions begin with a(n) ____.

A) equal sign
B) quotation mark
C) question mark
D) parenthesis
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
54
If you entered the date 1/1/2014 directly into a formula, Excel interprets the entry as a ____.

A) numeric expression
B) date
C) both a and b
D) neither a nor b
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
55
In the formula =B2=C2, the second equal sign is interpreted as ____.

A) the beginning of a formula
B) a relational operator
C) an absolute operator
D) a relative operator
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
56
When you encounter the keywords either and or (meaning if either condition is met) followed by a specified outcome, the situation indicates the need for a(n) ____ function.

A) AND
B) OR
C) NOT
D) IF
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
57
You can use dates in ____.

A) relational expressions
B) arithmetic expressions
C) both a and b
D) neither a nor b
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
58
The formula =OR(25<24,MIN(1,10)<2,3<=2+1) returns a ____ value.

A) TRUE
B) FALSE
C) numeric
D) error
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
59
The result of the formula =B3

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
60
=OR(FALSE,TRUE,TRUE) results in the final value of ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
61
Excel ____ empty cells in a range of cells in an AND or OR function.

A) ignores
B) deletes
C) fills
D) highlights
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
62
In conditional formatting, the last rule created will appear ____ the list, unless you change the order of the rules.

A) last in
B) first in
C) in the middle of
D) below
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
63
After establishing both the relational operator and the condition, you need to specify the formatting to be applied if the condition is met, including ____.

A) font style and borders
B) font type and font size
C) both a and b
D) neither a nor b
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
64
With the AND function, arguments can consist of ____.

A) cell references
B) a range of cells containing Boolean logical values
C) relational expressions
D) all of the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
65
Excel provides ____ tools, which are tools you can use to identify a set of conditions and specify the formatting if those conditions are met.

A) Conditional Formatting
B) Unconditional Formatting
C) Conditional Editing
D) Unconditional Editing
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
66
Unlike cell referencing within a worksheet, the default for conditional formatting is a(n) ____ cell reference.

A) relative
B) absolute
C) complex
D) simple
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
67
A range can be used in a Boolean logical AND or OR function if the range refers to cells containing ____.

A) text values
B) TRUE or FALSE values
C) numeric values
D) absolute values
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
68
Use the ____ button to launch the New Formatting Rule dialog box.

A) New Rule
B) New Formatting
C) New Launch
D) New
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
69
If the conditions are not mutually exclusive, resulting in more than one specified condition being TRUE, the formatting ____.

A) of the last specified rule overrides those of earlier rules
B) of the first specified rule overrides those of later rules
C) defaults back to match the rest of the spreadsheet
D) is applied by merging the formatting of all of the conditions
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
70
To remove all of the conditional formatting on a worksheet, select the Conditional Formatting button, select ____ in the drop-down menu, and then click Clear Rules from Entire Sheet.

A) Clear Rules
B) Clear Formatting
C) Clear Editing
D) Clear
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
71
You can apply conditional formatting to cells based on ____.

A) the value in a cell
B) results of a specified formula that returns a Boolean value
C) the name of the function used in the cell
D) both a and b
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
72
The syntax of the NOT function is as follows: ____.

A) NOT(logical1)
B) NOT(logical1,logical2,...)
C) NOT(reference1)
D) NOT(value1,value2,...)
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
73
You can change the formatting of a cell quite easily using the formatting buttons on the ____ tab.

A) HOME
B) CREATE
C) EDIT
D) PROOF
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
74
The syntax of the AND function is as follows: ____.

A) AND(logical1,logical2,...)
B) AND(value1,value2,...)
C) AND(ref1,ref2,ref3,...)
D) AND(if then,false then)
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
75
The formula =NOT(K3:K21) will result in an answer of ____ if all cells in the range are TRUE.

A) TRUE
B) FALSE
C) SUM
D) none of the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
76
NOT(FALSE) returns the value ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
77
The Conditional Formatting Rules Manager dialog box can be used to ____.

A) create new rules
B) edit or delete existing rules
C) change the order of these rules
D) all of the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
78
One of the easiest ways to use conditional formatting is to apply preset formats such as ____.

A) Data Bars
B) Color Scales
C) Icon Sets
D) all of the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
79
The result of the formula =OR(I3:I21>90), where cell I5 is 92, is ____.

A) FALSE
B) TRUE
C) ERROR
D) both a and b
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
80
After establishing the conditional formatting in one row, you can use the ____ tool to copy the formatting down the column to the remaining rows.

A) Format Painter
B) Paint
C) Format
D) Copy
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 150 flashcards in this deck.