Definition: LARGE is a function that returns the nth largest value in a data set. Syntax: =LARGE(array, k) Situation: This formula is appropriate when you need to find...
Definition: KURT is a function that returns the kurtosis of a data set, which is a measure of the peakedness and tails of the distribution. Syntax: =KURT(number1, [number2],...
Definition: JIS is a function that converts a double-byte character set (DBCS) code to a single-byte character set (SBCS) code. Syntax: =JIS(text) Situation: This formula is appropriate when...
Definition: ISTEXT is a function that returns TRUE if a value is text, and FALSE if it is not. Syntax: =ISTEXT(value) Situation: This formula is appropriate when you...
Definition: ISREF is a function that returns TRUE if a value is a reference, and FALSE if it is not. Syntax: =ISREF(value) Situation: This formula is appropriate when...
Definition: ISODD is a function that returns TRUE if a number is odd, and FALSE if it is even. Syntax: =ISODD(value) Situation: This formula is appropriate when you...
Definition: ISNUMBER is a function that returns TRUE if a value is a number, and FALSE if it is not. Syntax: =ISNUMBER(value) Situation: This formula is appropriate when...
Definition: ISNONTEXT is a function that returns TRUE if a value is not text, and FALSE if it is text. Syntax: =ISNONTEXT(value) Situation: This formula is appropriate when...
Definition: ISNA is a function that returns TRUE if a value is #N/A, and FALSE if it is any other value. Syntax: =ISNA(value) Situation: This formula is appropriate...
Definition: ISLOGICAL is a function that returns TRUE if a value is a logical value (TRUE or FALSE), and FALSE if it is not. Syntax: =ISLOGICAL(value) Situation: This...