Excel 1-7 Flashcards
referencing a cell
Using the values stored in another cell of a worksheet
referencing a range
You can also refer to more than one cell at a time as long as the cells are in a continuous block
range
a group of cells in a continuous block
AutoFill
have Excel insert values into a range of cells by completing a pattern in previous cells
Quick sorting
an easy way to rearrange a data table, but it is limited to sorting just one column at a time
relative cell references
cell references that automatically update when a formula is pasted to a new cell
absolute cell reference
cell reference that remains constant when a formula is pasted into a new cell
To make a cell reference absolute
put a “$” character in front of the part of the reference that we wish to remain constant when a formula is pasted into a new cell
$A1
The column reference is absolute and will remain constant when copied and pasted to other cells. The row reference is relative and will change when copied and pasted to cells in other rows of the worksheet.
A$1
The column reference is relative and will change when copied and pasted to cells in other columns in the worksheet. The row reference is absolute and will remain constant when copied and pasted to other cells.
$A$1
Both the column and row references are absolute and will remain constant when the reference is copied and pasted to other cells.
function wizard
allows you to enter or select the inputs for the function, provides a description of the function and each argument, and lists the function result based on the inputs you enter
SUM function
the set of numbers you want to add together
COUNT
(value1, [value2], …) – counts the number of cells in a range of cells that contain numbers
COUNTA
(value1, [value2], …) – counts the number of cells in a range of cells that are not blank
AVERAGE
number1, [number2], …) – calculates the simple average of a set of numbers
MAX
(number1, [number2], …) – returns the largest value in a set of numbers
MIN
(number1, [number2], …) – returns the smallest value in a set of numbers
RATE
(nper, pmt, pv, [fv], [type], [guess]) – calculates the interest rate earned for an investment given the number of payments made as part of the investment, the payment amount, and the current value of the investment.
EFFECT
(nominal_rate, npery) – calculates the annual percentage rate for an interest rate given the number of times per year that interest is charged.
NPER
(rate, pmt, pv, [fv], [type]) – calculates the number of payments that will be made to pay off a loan given the interest rate, payment amount, and original loan amount.
PMT
(rate, nper, pv, [fv], [type]) – calculates the payment amount for a loan given the interest rate, number of payments to be made to pay off the loan, and the original loan amount
PV
(rate, nper, pmt, [fv], [type]) – calculates the current value (accounting for compounding interest) of an investment given the interest rate, number of payments to be made, and the amount of the payment.
FV
(rate, nper, pmt, [pv], [type]) – calculates the future value of an investment given the interest rate, number of payments to be made, and the amount of the payment.
NPER
used to calculate the number of payments I will make on a loan before it is paid off.
PMT
used to calculate the payment amount for a loan
PV
used to calculate the current value of a loan or investment