Quiz 4 Flashcards

1
Q

Which of the following will find and count all instances of values that are less than the value in cell C2 in the continuous range C2 to C10?

A. =COUNTIF(C2:C10, “<“&C2)

B. =COUNTIF(C2:C10, “<&C2”)

C. =COUNTIF(C2:C10, “< C2”)

D. =COUNTIF(C2:C10, < C2)

A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What function should be used to count the number of items in a list that meet one and only one specified criterion?

A

COUNTIF( )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following is often true in cases where formulas are copied in two directions (across and down)?

A. absolute cell referencing should always be used

B. absolute cell referencing should never be used

C. mixed cell referencing should never be used

D. cell referencing does not apply

E. mixed cell referencing is often needed for the formula to result in the correct solution

A

E

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True or False?

In the AVERAGEIFS( ) function, the average_range argument comes last after the criteria_range and the criteria arguments.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or False?

When using TRUE or FALSE as criteria in a function, they are considered to be boolean values and therefore should not be put in quotes.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following will find and count all instances of values that are less than 40 in the continuous range C2 to C10?

A. COUNTIF(C2:C10, “<40”)

B. COUNTIF(C2:C10, “<“&40)

C. COUNTIF(C2:C10, “<“40)

D. COUNTIF(C2:C10,”<&40”)

A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False?

Excel treats capital and small letters as the same, so specifying “USA” is the same as specifying “usa”, “Usa”, etc.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False?

In the COUNTIFS() function, every optional argument is treated as an “OR” scenario, meaning only one criteria must be evaluated to true in order for the item to be counted.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

True or False?

One major difference between the SUMIF() and the SUMIFS() functions is that the sum_range argument comes last in the SUMIFS() function.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or False?

The syntax rules for the criteria in a SUMIF() function and AVERAGEIF() function are the same as the syntax rules for the COUNTIF() funciton.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly