Definition: ISERR is a function that returns TRUE if a value is any error value except #N/A. Syntax: =ISERR(value) Situation: This formula is appropriate when you need to...
Definition: ISERROR is a function that returns TRUE if a value is any error value, including #N/A. Syntax: =ISERROR(value) Situation: This formula is appropriate when you need to...
Definition: ISEVEN is a function that returns TRUE if a number is even, and FALSE if it is odd. Syntax: =ISEVEN(value) Situation: This formula is appropriate when you...
Definition: ISFORMULA is a function that returns TRUE if a cell contains a formula, and FALSE if it does not. Syntax: =ISFORMULA(value) Situation: This formula is appropriate when...
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...
Definition: HEX2OCT is a function that converts a hexadecimal number to octal. Syntax: =HEX2OCT(number, [places]) Situation: This formula is suitable when you need to convert a hexadecimal number...
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: HOUR is a function that returns the hour component of a time value. Syntax: =HOUR(serial_number) Situation: This formula is suitable when you need to find the hour...
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: HYPERLINK is a function that creates a hyperlink to a specified location. Syntax: =HYPERLINK(link_location, [friendly_name]) Situation: This formula is suitable when you need to create a hyperlink...