Skip to content

xpna.INFO FUNCTION

Usage

The INFO function is a helper function in xpna that gives a result based on the infoType specified.

The available types are:

TypeArgumentsDescription
addressarg1: A cell referenceReturns the full sheet reference to the caller.

Note:
This is to work around the shortcomings of the Excel CELL("address", <ref>) formula which only ever returns the cell address even if it is called with a sheet reference

Syntax

ArgumentDescription
infoTypeOne of the valid infoTypes.
[arg1..argN]The applicable argument values for the infoType selected

Common Problems

  • The function will return an error if you do not provide the correct arguments for the infoType requested.

See Also

DataGrid