Below listed are the various information functions of Microsoft Excel.
CELL function is used to find the information about its content, formatting, etc
ERROR.TYPE function returns the number which represents the type of error.
INFO function provides information about the operating environment of the computer.
ISBLANK function is used to find if the given cell is empty or not.
ISERR function is used to find if there is any error value in a cell.
The ISERROR () indicates whether the given expression contains an error value or not.
ISEVEN function is used to find if the given number is even or not.
ISLOGICAL function checks if the content of the given cell is logical or not.
ISNA function used to find if the given cell contains #N/A (Not applicable) error.
ISNONTEXT function is used to determine whether the given cell contains a non-text or a text.
ISNUMBER function is used to determine whether the given cell contains number or not.
ISODD function is used to find if the given number is odd or not.
ISREF function shows if the given value inside the function is a cell address.
ISTEXT function is used to determine whether the given cell contains text or not.
N function returns the mathematical value of the given entry.
The NA () displays the error value when there is no value available in the cell.
The TYPE () returns the nature of the value.