Lesson 13 Stat Formulas
Lesson 13 Stat Formulas
10 37
12 20
15 57
14.25
0
Testing
Formula Commentary
=AVERAGE(A2:A4) Returns average of A2:A4
=AVERAGE(A2:A4,20) Returns average of A2:A4 and 20
#NAME? 12.333333333
9.25 9.25
Data Used in Formula
Tom 10
Jane 12
Arjun 15
Tom 12
Tom 0
7.3333333333
13.5
13
Data Used in Formula
Fruit Quantity
A*pple 10
Banana* 21
Orange* 12
*Papaya 4
Fruit 5
Formula Commentary
=AVERAGEIFS(C3:C6,B3:B6,">1 Averages when the quantity is greater than
0",A3:A6,"<>Papaya") 10 and the fruit is not Papaya
9.5 9.5
26 26
Data Used in Formula
1
2
hello
#DIV/0!
3/3/2014
Formula Commentary
=COUNT(A2:A6) Counts the cells that has number in it
=COUNTA(A2:A6) Counts the cells that are not empty
=COUNTBLANK(A2:A6) Count the cells that are blank
Result Result
3 3
5 5
1 1
Data Used in Formula
Fruit Quantity
Apple 10
Banana 21
Orange 12
Apple 4
Formula Commentary
Counts all the cells that have value greater
=COUNTIF(B3:B6,">10")
than 10
3 2
1 4
2 2
4 4
Data Used in Formula
Fruit Quantity
Apple 21
Banana 21
Orange 12
Apple 4
Formula Commentary
Counts all the cells in B3:B6 that have value
=COUNTIFS(B3:B6,">10" greater than 10 and at the same time, cells
,A3:A6,"*a*") A3:A6 which have text that contains alphabet
"a"
3 3
4 4
1 1
Data Used in Formula
1
5
7
#DIV/0!
9
=LARGE(A2:A4,1) 7 Returns the first largest number from the list (A2:A4)
#DIV/0!
9
Unique
Name Sales Rank Rank
James Smith 9,000 4 4
John Johnson 6,750 7 7
Robet Williams 6,300 8 8
Michael Brown 9,000 4 5
William Jones 9,750 2 2
David Miller 9,750 2 3
Richard Davis 9,800 1 1
Charles Garcia 5,850 11 11
Joseph Rodriguez 5,550 13 13
Thomas Wilson 5,100 16 16
Mary Martinez 3,000 20 20
Patricia Anderson 6,000 10 10
Linda Taylor 6,300 8 9
Barbara Thomas 5,700 12 12
Elizabeth Hernandez 5,400 14 14
Jennifer Moore 3,750 19 19
Maria Martin 9,000 4 6
Susan Jackson 5,250 15 15
Lisa Thompson 4,800 17 17
Thompson Bill 4,000 18 18
1 4
1 7
1 8
2 5
1 2
2 3
1 1
1 11
1 13
1 16
1 20
1 10
2 9
1 12
1 14
1 19
3 6
1 15
1 17
1 18
Data Used in Formula
1
5
7
#DIV/0!
9
#DIV/0!
9