Exam 2 Flashcards
Pane splitting/Freezing
Layout>Window
Data Sorting
Data> Sort & Filter
SUM Function
Adds all the arguments in a range
absolute reference
f4
goal seek
Data>What if>Goal Seek
Conditional Formatting
Home>Format
Protecting a Worksheet
right click on the worksheet tab>protect sheet
SUMIF
sum cells based on certain criteria
FV function
calculates the future value of an investment based on a constant interest rate.
=FV(rate,nper,pmt,[pv],[type])
PV function
calculates the present value of a loan or an investment, based on a constant interest rate.
=PV(rate, nper, pmt, [fv], [type])
PMT function
calculates the payment for a loan based on constant payments and a constant interest rate. =PMT(rate, nper, pv, [fv], [type])
IPMT function
Returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate.
=IPMT(rate, per, nper, pv, [fv], [type])
PPMT function
Returns the payment on the principal for a given period for an investment based on periodic, constant payments and a constant interest rate.
=PPMT(rate, per, nper, pv, [fv], [type])
SLN function
Returns the straight-line depreciation of an asset for one period.
=SLN(cost, salvage, life)
SYD function
Returns the sum-of-years’ digits depreciation of an asset for a specified period.
=SYD(cost, salvage, life, per)
DDB function
Returns the depreciation of an asset for a specified period using the double-declining balance method or some other method you specify.
=DDB(cost, salvage, life, period, [factor])
NPER function
Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate. =NPER(rate,pmt,pv,[fv],[type])
RATE function
Returns the interest rate per period of an annuity.
=RATE(nper, pmt, pv, [fv], [type], [guess])
IRR function
Returns the internal rate of return for a series of cash flows represented by the numbers in values.
=IRR(values, [guess])
CUMIPMT function
Returns the cumulative interest paid on a loan between start_period and end_period.
=CUMIPMT(rate, nper, pv, start_period, end_period, type)
CUMPRINC function
Returns the cumulative principal paid on a loan between start_period and end_period.
=CUMPRINC(rate, nper, pv, start_period, end_period, type)
XNPV function
Returns the net present value for a schedule of cash flows that is not necessarily periodic. =XNPV(rate, values, dates)
XIRR function
Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic.
=XIRR(values, dates, [guess])
IF function
returns one value if a condition is true and another value if it’s false.
=IF(logical_test, value_if_true, [value_if_false])
AND function
Returns TRUE if all is arguments evaluate to TRUE; returns FALSE if one or more arguments evaluate to FALSE.
=AND(logical1, [logical2], …)
OR function
returns TRUE if any argument is TRUE; returns FALSE if all arguments are FALSE.
=OR(logical1, [logical2], …)
NESTED IF function
multiple IF functions inside each other.
VLOOKUP function
when you need to find things in a table or a range by row.
=VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
HLOOKUP function
Searches for a value in the top row of a table or an array of values, and then returns a value in the same column from a row you specify in the table or array.
=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
TRANSPOSE function
The TRANSPOSE function returns a vertical range of cells as a horizontal range, or vice versa.
=TRANSPOSE(array)
COUNTIF function
to count the number of cells that meet a criterion; for example, to count the number of times a particular city appears in a customer list.
=COUNTIF(range, criteria)
AVERAGEIF function
Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria.
=AVERAGEIF(range, criteria, [average_range])
MONTH function
Returns the month of a date represented by a serial number. The month is given as an integer, ranging from 1 (January) to 12 (December).
=MONTH(serial_number)
Category Axis
Horizontal or X axis
Value axis
Vertical or Y axis
Sparklines
a tiny chart in the background of a cell
Data Bars
under conditional formatting