Information Functions
Functions for getting information about cells and data
INFO Function
The Excel INFO function returns specific details about the current Excel operating environment, including version information, recalculation mode, system details, and workbook statistics. It's primarily used for compatibility with legacy spreadsheet applications and environment diagnostics.
Learn MoreISERROR Function
The Excel ISERROR function returns TRUE if a value is any error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!), and FALSE otherwise.
Learn More