MS word & excel Flashcards
(104 cards)
What is a formula in Excel?
A formula in Excel is an expression that calculates the value of a cell.
True or False: Formulas in Excel always start with the equal sign (=).
True
Fill in the blank: The function used to sum a range of cells is called _____.
SUM
What is the purpose of the AVERAGE function in Excel?
To calculate the average of a set of numbers.
Which function would you use to find the maximum value in a range?
MAX
What does the COUNT function do?
It counts the number of cells that contain numbers in a range.
True or False: You can use cell references in Excel formulas.
True
What is the difference between absolute and relative cell references?
Absolute references do not change when copied, while relative references adjust based on the position.
What is the syntax for the IF function?
IF(logical_test, value_if_true, value_if_false)
Which function would you use to concatenate text strings?
CONCATENATE or the ‘&’ operator.
Fill in the blank: The function to find the current date is _____.
TODAY()
What does the VLOOKUP function do?
It looks up a value in the first column of a table and returns a value in the same row from a specified column.
True or False: The PMT function is used to calculate loan payments.
True
What is the purpose of the ROUND function?
To round a number to a specified number of digits.
Which function would you use to count non-empty cells?
COUNTA
Fill in the blank: The formula to calculate the percentage increase is _____.
(New Value - Old Value) / Old Value
What does the LEN function do?
It returns the number of characters in a text string.
What is the purpose of the INDEX function?
To return the value of a cell in a specified row and column of a range.
True or False: You can nest functions within other functions in Excel.
True
What is the function of the CONCAT function?
To join multiple text strings into one string.
What does the NOW function return?
The current date and time.
Fill in the blank: The function used to find the smallest number in a range is _____.
MIN
What is the syntax for the SUMIF function?
SUMIF(range, criteria, [sum_range])
What does the MATCH function do?
It returns the relative position of an item in an array that matches a specified value.