M
Mike Middleton
teacher -
You can use worksheet functions in simple formulas to obtain all of the
intermediate calculations: COUNT, AVERAGE, STDEV, SQRT, TINV, TDIST, etc.
For example, if the value of the hypothesized mean is in cell A1 and the
data is in a range "Data" on the worksheet, the t-statistic is
=(AVERAGE(Data)-A1)/(STDEV(Data)/SQRT(COUNT(Data)))
- Mike Middleton
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel
You can use worksheet functions in simple formulas to obtain all of the
intermediate calculations: COUNT, AVERAGE, STDEV, SQRT, TINV, TDIST, etc.
For example, if the value of the hypothesized mean is in cell A1 and the
data is in a range "Data" on the worksheet, the t-statistic is
=(AVERAGE(Data)-A1)/(STDEV(Data)/SQRT(COUNT(Data)))
- Mike Middleton
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel