CONFIDENCE(x,stddev,size)
CONFIDENCE function returns the confidence interval for a mean. x is the significance level, stddev is the population standard deviation, and size is the size of the sample.
CONFIDENCE(0.05,1,33) equals 0.341185936.
AVERAGE.