XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
XL3Address
Returns a reference to the parameter range that can be used by other formulae, for example the XL3Link formula.
Contents
[hide]Syntax
XL3Address( Range )
Parameters
Parameter | Description |
---|---|
Range | The range to create a reference for. |
You should only pass a cell/range to XL3Address, not text. If you already have the cell address as text you do not need to use XL3Address.
OK:
XL3Address(Sheet1!A1)
No not use:
XL3Address("Sheet1!A1")
Examples
See XL3Link for examples.