Module 6 Flashcards

1
Q

Summary Statistics

A

descriptive figures that help individuals show what the data shows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Boolean Logic

A

0 is false 1 is true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Conditional Functions

A

perform calculations wher the cell references used to complete the calculations depend on the values of other cells in a worksheet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

=SUMIF(range,criteria,[sum_range])

A

calculates the total for a set of values that match a specific criterion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

=AVERAGEIF(range,criteria,[average_range])

A

calculates the average for a set of values that match a specific criterion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

”=”COUNTIF(range,criteria)

A

determines the number of cells within a range of cells that contain a specific value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Range

A

the range of cells that you want to apply the criteria against

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Criteria

A

the criteria used to determine which cells to include in a calculation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Row_Index

A

the row number from which to retrieve data (for HLOOKUP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Column_Index

A

the column number from which to retrieve data (for VLOOKUP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

[Range_Lookup]

A

A boolean to indicate exact match or approximate match. Default=TRUE-approximate match.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly