Get information about current environment
=INFO(type_text)
| Parameter | Description |
|---|---|
type_text |
The information type to return as text. |
To use the INFO function, supply the type of information you want as text. For example, to retrieve the operating system, use "system":
=INFO("system") // returns "pcdos" or "mac"
To request Excel release information, use "release":
=INFO("release") // returns string like "16.0"