Lecture 1 Flashcards

1
Q

BUS 321

A

Spreadsheet-Based Data Analysis

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

averages the values in a range

A

AVERAGE(range)

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

averages the values in a range that meet a criterion

A

AVERAGEIF(range, criterion, [average_range])

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

averages the values in multiple ranges that meet the given criteria

A

AVERAGEIFS(average_range1, range1, criterion1, range2, criterion2, …rangeN, criterionN)

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

counts the number of numeric cells in a range

A

COUNT(range)

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

counts the number of nonblank cells in a range

A

COUNTA(range)

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

counts the number of blank cells in a range

A

COUNTBLANK(range)

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

counts the number of cells in a range that meet a given criterion

A

COUNTIF(range, criterion)

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

counts the number of rows in multiple ranges that meet the given criteria

A

COUNTIFS(range1, criterion1,range2, criterion2,…rangeN,criterionN)

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

totals the values in a range

A

SUM(range)

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

totals the values in a range that meet a criterion

A

SUMIF(range, criterion, [sum_range])

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

totals the values in multiple ranges that meet the given criteria

A

SUMIFS(sum_range, range1, citerion1, range2, criterion2, …rangeN, criterionN)

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

used to represent any sequence of characters

A

*

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

used to represent a single character

A

?

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

Not

A

<>

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