Module 6 Flashcards
Summary Statistics
descriptive figures that help individuals show what the data shows
Boolean Logic
0 is false 1 is true
Conditional Functions
perform calculations wher the cell references used to complete the calculations depend on the values of other cells in a worksheet.
=SUMIF(range,criteria,[sum_range])
calculates the total for a set of values that match a specific criterion.
=AVERAGEIF(range,criteria,[average_range])
calculates the average for a set of values that match a specific criterion.
”=”COUNTIF(range,criteria)
determines the number of cells within a range of cells that contain a specific value
Range
the range of cells that you want to apply the criteria against
Criteria
the criteria used to determine which cells to include in a calculation
Row_Index
the row number from which to retrieve data (for HLOOKUP)
Column_Index
the column number from which to retrieve data (for VLOOKUP)
[Range_Lookup]
A boolean to indicate exact match or approximate match. Default=TRUE-approximate match.