INFO
Description
Returns the requested information about the Workday environment. Possible values are:
memused, recalc (recalculation mode), release (build version), system, username (the
most recent user to run a function), usertimezoneshort, and usertimezonelong.
Syntax
INFO(
type_text
)
- type_text: The type of information to return. Possible values are: memused, recalc (recalculation mode), release (build version), system, username (the most recent user to run a function), usertimezoneshort, and usertimezonelong.Type_textDescriptionmemusedMemory usage.recalcRecalculation mode: Automatic or Manual.releaseBuild version of Worksheets.systemSystem identifier string such as Sheets Engine Server.usernameThe Workday user name. Note that this argument gives only one result: the most recent user to run the function.usertimezoneshortTime zone abbreviation.usertimezonelongTime zone name.
Example
Formula | Result |
|---|---|
=INFO("usertimezonelong") | Mountain Daylight Time |