Excel Tut 3

11 September 2022
4.7 (114 reviews)
45 test answers

Unlock all answers in this set

Unlock answers (41)
question
A constant is a value in a formula that doesn't change.
answer
True
question
Optional arguments are always placed first in the argument list.
answer
False
question
One challenge of nesting functions is to make sure that you include all of the parentheses.
answer
True
question
Functions are organized in the Function Library group on the FORMULAS tab.
answer
False
question
A mixed reference "locks" one part of the cell reference while the other part can change.
answer
True
question
An error value begins with a pound sign (#) followed by an error name that indicates the type of error.
answer
True
question
By default, AutoFill copies only the content not the formatting of the original range to the selected range.
answer
False
question
To display the current date and time, which is updated each time the workbook is reopened, use the TODAY function.
answer
False
question
The IF function is a logical function that returns one value if a condition is true, and returns a different value if that condition is false.
answer
True
question
Lookup tables can be constructed for exact match or approximate match lookups.
answer
True
question
A Statistical function that calculates the middle value of a collection of numbers
answer
MEDIAN
question
A date and time function
answer
NOW
question
Used to cycle through reference types
answer
F4
question
Function counts the number of nonblank cells in the specified range
answer
COUNTA
question
References that are fixed
answer
absolute
question
A comparison operator
answer
<
question
AutoFill pattern
answer
Mon, Tues, Wed, Thurs, Fri
question
Indicate that some part of formula is preventing Excel from returning a calculated value.
answer
error value
question
A function inside another function
answer
nested
question
Contains both relative and absolute references.
answer
mixed
question
The ____ category of Excel functions retrieves data from multidimensional databases involving online analytical processing.
answer
Cube
question
Which of the following is a Statistical function?
answer
AVERAGE
question
Which of the following is a Math & Trig function? ____
answer
INT
question
=ROUND(AVERAGE(A1:A100),2) is an example of a(n) ____ function.
answer
nested
question
After you describe a function in the Search for a function box in the Insert Function dialog box, click ____.
answer
Go
question
The numbers, text, or cell references used by the function to return a value are called ____.
answer
arguments
question
Use ____ references when you want different formulas to refer to the same cell.
answer
absolute
question
____ arguments may provide more control over the returned value.
answer
Optional
question
If an optional argument is not included, Excel assumes a(n) ____ value for it.
answer
default
question
Which of the following is not an Excel function category? ____
answer
Algebra
question
Which function counts how many cells in a range contain numbers, where value1, value2, and so forth are text, numbers, or cell references?
answer
COUNT
question
Which category of Excel functions returns information about the format, location, or contents of worksheet cells? ____
answer
Information
question
In the formula =INT(AVERAGE(A1:A100)), which would occur first? ____
answer
The average of the values in the range A1:A100 is calculated.
question
When you nest functions, you should have ____.
answer
the same number of left and right parentheses
question
The Insert Function button is in the ____ group.
answer
Function Library
question
The Insert Function dialog box has a(n) ____ option.
answer
search
question
Using AutoFill, what would be the extended series of the initial entry Jan? ___
answer
Feb, Mar, Apr
question
A logical function is a function that works with values that are either ____.
answer
true or false
question
In the formula =IF(A1=B1, C1, C2), the result will be C2 if ____.
answer
A does not equal B
question
One way to perform a _________ is by changing one or more of the input values to see how they affect the calculated results.
answer
what-if analysis
question
Some cell references are called ____________________ references because they are always interpreted in relation to the location of the cell containing the formula.
answer
Relative/ Dynamic
question
____________________ is a set of rules which specifies how a function should be written.
answer
Syntex
question
A(n) ____________________ reference contains both relative and absolute references.
answer
Mix Cell
question
The ____________________ function is a logical function that returns one value if the statement is true and returns a different value if the statement is false.
answer
IF
question
An ___________________ occurs when the lookup value falls within a range of numbers in the first column of the lookup table.
answer
Approximate Match Lookup