Returns the result of an F-test. An F-test returns the one-tailed probability that the variances in array1 and array2 are not significantly different. Use this function to determine whether two samples have different variances. For example, given test scores from public and private schools, you can test whether these schools have different levels of diversity.
Syntax
FTEST(array1,array2)
Array1 is the first array or range of data.
Array2 is the second array or range of data.
Remarks
Example
The example may be easier to understand if you copy it to a blank spreadsheet.
How?
- Create a blank spreadsheet.
- Select the example in the Help topic.
![]()
Selecting an example from Help
- Press CTRL+C.
- In the spreadsheet, select cell A1, and press CTRL+V.
- To switch between viewing the formula that returns the result and the result in the cell, select the cell and press F2 and then ENTER, or click Commands and Options on the spreadsheet toolbar, click the Formula tab, and look in the Formula in active cell (active cell) box.
Data1 | Data2 |
---|---|
6 | 20 |
7 | 28 |
9 | 31 |
15 | 38 |
21 | 40 |
Formula | Description (Result) |
=FTEST(A2:A6,B2:B6) | F-test for the data sets above (0.648318) |