Excel Functions Flashcards
DAVERAGE
Get average from matching records
database field criteria
DCOUNT
Count matching records in a database
database (field) criteria
DCOUNTA
Count matching records in a database
database (field) criteria
DGET
Get value from matching record
database field criteria
DMAX
Get max from matching records
database field criteria
DMIN
Get min from matching records
database field criteria
DPRODUCT
Get product from matching records
database field criteria
DSTDEV
Get standard deviation of sample in matching records
database field criteria
DSTDEVP
Get standard deviation of population in matching records
database field criteria
DSUM
Get sum from matching records
database field criteria
DVAR
Get sample variance for matching records
database field criteria
DVARP
Get population variance for matching records
database field criteria
DATE
Create a valid date from year, month, and day
year month day
DATEDIF
Get days, months, or years between two dates
start_date end_date unit
DATEVALUE
Convert a date in text format to a valid date
date_text
DAY
Get the day as a number (1-31) from a date
date
DAYS
Get days between dates
end_date start_date
DAYS360
Get days between 2 dates in a 360-day year
start_date end_date (method)
EDATE
Get the same date in future or past months
start_date months
EOMONTH
Get the last day of the month in future or past months
start_date months
HOUR
Get the hour as a number (0-23) from a Time
serial_number
ISOWEEK
Get ISO week number for a given date
date
MINUTE
Get the minute as a number (0-59) from a time
serial_number
MONTH
Get the month as a number (1-12) from a date
NETWORKDAYS
Get the number of working days between two dates
start_date end_date (holidays)
NETWORKDAYS.INTL
Get work days between two dates
start_date end_date (weekend) (holidays)
NOW
Get the current date and time
SECOND
Get the Second as a number (0-59) from a Time
serial_number
TIME
Create a time with hours, minutes, and seconds
hour minute second
TIMEVALUE
Get a valid time from a text string
time_text
TODAY
Get the current date
WEEKDAY
Get the day of the week as a number
serial_number (return_type)
WEEKNUM
Get the week number for a given date
serial_num (return_type)
WORKDAY
Get a date n working days in the future or past
start_date days (holidays)
WORKDAY.INTL
Get date n working days in future or past
start_date days (weekend) (holidays)
YEAR
Get the year from a date
date
YEARFRAC
Get the fraction of a year between two dates
start_date end_date (basis)
BIN2DEC
Converts a binary number to decimal
number
BIN2HEX
Converts a binary number to hexadecimal
number (places)
BIN2OCT
Converts a binary number to octal
number (places)
BITAND
Returns a ‘Bitwise And’ of two numbers
number1 number2
BITLSHIFT
Returns a number shifted left by some number of bits
number shift_amount
BITOR
Returns a ‘Bitwise Or’ of two numbers
number1 number2
CONVERT
Convert measurement units
number from_unit to_unit
DEC2BIN
Converts a decimal number to binary
number (places)
DEC2HEX
Converts a decimal number to hexadecimal
number (places)
DEC2OCT
Converts a decimal number to octal
number (places)
HEX2BIN
Converts a hexadecimal number to binary
number (places)
HEX2OCT
Converts a hexadecimal number to octal
number (places)
HEX2DEC
Converts a hexadecimal number to decimal
number
BITRSHIFT
Returns a number shifted right by some number of bits
numbershift_amount
BITXOR
Returns a ‘Bitwise Xor’ of two numbers
number1 number2
CUMIPMT
Get cumulative interest paid on a loan
rate nper pv start_period end_period type
CUMPRINC
Get cumulative principal paid on a loan
rate nper pv start_period end_period type
FV
Get the future value of an investment
rate nper pmt (pv) (type)
IPMT
Get principal for given period
rate per nper pv (fv) (type)
IRR
Calculate internal rate of return
values (guess)
MIRR
Calculate modified internal rate of return
values finance_rate reinvest_rate
NPER
Get number of periods for loan or investment
rate pmt pv (fv) (type)
NPV
Calculate net present value
rate value1 (value2) (…)
PMT
Get the periodic payment for a loan
rate nper pv (fv) (type)
PPMT
Get principal for given period
rate per nper pv (fv) (type)