Excel
INFO function in Excel
Returns information about the current operating environmentThis function is not available in Excel for the web.
=INFO(type_text)INFO syntax and parameters
One argument, one required.
- type_textstringRequired
Text that specifies what type of information you want returned.
INFO examples
Formulas you'll actually reuse.
How many worksheets are open across all workbooks:
=INFO("numfile")Whether calculation is Automatic or Manual — handy in a model's header:
=INFO("recalc")
INFO in Google Sheets
No direct equivalent — here's the way around.
Try INFO in the playground
Edit the example — nothing to install.
Preloaded with the INFO formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- CELLReturns information about the formatting, location, or contents of a cellThis function is not available in Excel for the web.InfoGoogle Sheets
- ERROR.TYPEReturns a number corresponding to an error typeInfoGoogle Sheets
- ISBLANKReturns TRUE if the value is blankInfoGoogle Sheets
- ISERRReturns TRUE if the value is any error value except #N/AInfoGoogle Sheets
- ISERRORReturns TRUE if the value is any error valueInfoGoogle Sheets
- ISEVENReturns TRUE if the number is evenInfoGoogle Sheets