A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Of limited usefulness is the INFO worksheet function.
From Excel 2010 Help, here's my edited version:
INFO(type_text)
Argument type_text is text that specifies what type of information you want returned.
"directory" Path of the current directory or folder.
"numfile" Number of active worksheets in the open workbooks.
"origin" Returns the absolute cell reference of the top and leftmost cell visible in the window, ...
"osversion" Current operating system version, as text.
"recalc" Current recalculation mode; returns "Automatic" or "Manual".
"release" Version of Microsoft Excel, as text.
"system" Name of the operating environment: Macintosh = "mac", Windows = "pcdos"
For example, on my Windows 7 Pro system, =INFO("osversion") returns
| Windows (64-bit) NT 6.01 |
|---|