QUARTILE(data, quartile_number)
STDEV(value1, [value2, ...]) same as STDEV.S
STDEVP(value1, value2) same as STDEV.P
BINOM.DIST(num_successes, num_trials, prob_success, cumulative)
NORMSDIST(x) same as NORM.S.DIST(x)
NORMSINV(x) same as NORM.S.INV(x)
NORMDIST(x, mean, standard_deviation, cumulative) same as NORM.DIST
NORMINV(x, mean, standard_deviation) same as NORM.INV
TDIST(x, degrees_freedom, tails) same as T.DIST (one tail is for right tail)
TTEST(range1, range2, tails, type) same as T.TEST
CHIDIST(x, degrees_freedom) right tailed chi-square