chapter 2 Flashcards
relative cell reference
copied references are updated to new locations
absolute cell reference
copied references do not change
what is the shortcut for an absolute cell reference
F4 key
mixed cell reference
only the row or column will change when copied
3D cell reference
a cell located in another worksheet(it can be absolute, mixed, or relative)
trace precedents
displays lines with arrows to identify all cells referenced in the formula in the active cell
trace dependents
display lines with arrows to all cells that use the active cell directly or indirectly in a formula
COUNT (count numbers)
counts the cells that contain values with a range
COUNTA
counts the cells that contain any data type within a range
COUNTBLANK
counts empty cells in a range
COUNTIF
counts the cells that meet the criteria argument within a range
COUNTIFS
counts the cells in one or more criteria ranges that meet respective criteria arguments
PMT function
calculates a constant loan payment amount for a period of time at a stated interest rate
What are the five arguments of the PMT function?
- Rate: yearly
- Nper: total number of periods till repayment
- Pv: present value
- Fv: any amount still owed at end of the loan
- Type: payment at beg. or end of a period?
IF function
logical_test, value_if_true, value_if_false