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