Lecture 1 Flashcards
BUS 321
Spreadsheet-Based Data Analysis
averages the values in a range
AVERAGE(range)
averages the values in a range that meet a criterion
AVERAGEIF(range, criterion, [average_range])
averages the values in multiple ranges that meet the given criteria
AVERAGEIFS(average_range1, range1, criterion1, range2, criterion2, …rangeN, criterionN)
counts the number of numeric cells in a range
COUNT(range)
counts the number of nonblank cells in a range
COUNTA(range)
counts the number of blank cells in a range
COUNTBLANK(range)
counts the number of cells in a range that meet a given criterion
COUNTIF(range, criterion)
counts the number of rows in multiple ranges that meet the given criteria
COUNTIFS(range1, criterion1,range2, criterion2,…rangeN,criterionN)
totals the values in a range
SUM(range)
totals the values in a range that meet a criterion
SUMIF(range, criterion, [sum_range])
totals the values in multiple ranges that meet the given criteria
SUMIFS(sum_range, range1, citerion1, range2, criterion2, …rangeN, criterionN)
used to represent any sequence of characters
*
used to represent a single character
?
Not
<>