ExcelFunctions.net Logo

The Excel FTEST Function

Home » Excel-Built-In-Functions » Excel-Statistical-Functions » Excel-Ftest-Function

Basic Description

Search this site:
Custom Search
Ftest and F.Test

In Excel 2010, the Ftest function has been renamed F.Test.

Although the Ftest function has been replaced, Excel 2010 has kept this function, (stored within the list of compatibility functions), for compatibility with earlier versions of Excel.

The Excel FTEST function returns the F-Test for two supplied arrays. I.e. the function returns the two-tailed probability that the variances in in the two supplied arrays are not significantly different.

The syntax of the Excel Ftest function is:

FTEST( array1, array2 )

where the supplied array1 and array2 are two arrays of data values, that represent samples from two different populations. If the arrays contain logical values or empty cells, these are ignored by the Ftest function.


Examples of use of the Excel Ftest Function

Ftest Function Example

Columns A and B of the spreadsheet on the right contain the reaction times of a sample of individuals from two different groups. Cell C2 of the spreadsheet shows the Excel FTEST function used to show the probability that there is no significant difference between the variances of the two data sets.

The result of the Ftest function in cell C2 is 0.954035559.

Further examples of the Excel Ftest function can be found on the Microsoft Office website.


Ftest Function Error

If you get an error returned from the Excel Ftest Function, this is likely to be the Excel #DIV/0! error :

Common Error
#DIV/0! - Occurs if either:
-the number of values in either array1 or array2 is less than 2
or
-the variance of array1 or array2 is equal to 0




Valid XHTML 1.0 Transitional
Disclaimer Privacy Policy

Copyright © 2008-2011 ExcelFunctions.net