INFO
information about the operating environment · from excel · excel: not yet compared · no sheets equivalent
signature
INFO(type_text)
returns: text
| argument | required |
|---|---|
| type_text | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=INFO("numfile") 1 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #VALUE! | =INFO("alpha") |
related
- CELL information about a cell's formatting, location or contents
- ERROR.TYPE returns number corresponding to an error type
- FORMULATEXT returns formula as a text string
- ISBLANK returns TRUE if value is blank
- ISDATE true when a value can be read as a date
- ISEMAIL true when text looks like an email address