TRUE or FALSE. You should never reference a cell when writing formulas.
False!! Always reference cells when you can so that your data automatically updates itself.
100
TRUE or FALSE. The LARGE function determines the 'k-th' highest value.
TRUE!!
100
TRUE or FALSE. The Currency format aligns the dollar symbol to the far left of the cell and aligns the decimal places of the values.
FALSE! The Currency format places the dollar symbol next to the value and does NOT align the decimal places.
This type of formatting is describing the Accounting format.
200
TRUE or FALSE. When inputting a criteria argument, numeric values should be placed between quotation marks.
FALSE. Numeric values should be displayed by themselves in the argument.
=COUNTIF(A1:A10, 100)
200
If I want my cell references to stay the same when I drag my formula, what is the name of the thing I have to do to them? It is indicated by the $ symbol.
Absolute Reference
200
True or false. Excel always evaluates your formulas from left to right in calculating your answers.
FALSE! Excel uses the Order of Operations to evaluate your formulas.
200
I want to add all of column B values that meet a certain criteria in column A. What function can I use?
SUMIF
200
TRUE or FALSE. Excel has over 10 chart types to choose from.
TRUE! Excel has 11 with variations of each.
300
TRUE or FALSE. Text in the criteria portion of an argument does not have to be exact and can have spaces in front of or behind it.
FASLE! Spaces DO count as characters in a text criteria. They must deleted or accommodated using other methods.
300
Write a formula to add these cells: A1, A2, A3, B4, B5, B6, C1