Error and Uncertainty in Google Sheets
Evan Kramer
Instructor
UNIQUE()
function=UNIQUE(C:C)
COUNTIF()
function=COUNTIF(C:C, G2)
=COUNTIF(B:B, ">2000")
AVERAGEIF()
=AVERAGEIF(C:C,G2,B2:B)
C:C
: Column containing precinctsG2
: Name of precinct of interestSUMIF()
=SUMIF(F2:F7,"WEST",G2:G7)
COUNTIFS()
function=COUNTIFS(C:C, G2, B:B, ">2000")
AVERAGEIFS()
functionError and Uncertainty in Google Sheets