Returns the Fisher transformation of the specified number.
Sample Usage
FISHER(0.75)
FISHER(A2:A6)
Syntax
FISHER(number)
- number - The number for which the Fisher transformation is to be calculated.
Examples
FISHER(0.75) returns a value of 0.9729.
FISHER(C5) returns the Fisher transformation of the number in C5.