Adds information about references and corrected syntax on Column
This is a test commit
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
763b43a590
commit
c1c43143cc
@@ -67,3 +67,7 @@ Using IronCalc, a complex number is a string of the form "1+j3".
|
||||
"#N/A" => #N/A
|
||||
|
||||
## Arrays
|
||||
|
||||
## References
|
||||
|
||||
A reference is a pointer to a single cell or a range of cells. The reference can either be entered manually, for example "A4", or as the result of a calculation, such as the OFFSET Function or the INDIRECT Function. A reference can also be built, for example with the Colon (\:) Operator.
|
||||
@@ -9,10 +9,9 @@ lang: en-US
|
||||
The COLUMN Function in IronCalc is a lookup & reference formula that is used to query and return the column number of a referenced Column or Cell.
|
||||
## Usage
|
||||
### Syntax
|
||||
**COLUMN() => <span title="Number" style="color:#1E88E5">column</span>**<br>
|
||||
**COLUMN(<span title="Reference" style="color:#1E88E5">reference</span>) => <span title="Number" style="color:#1E88E5">column</span>**
|
||||
### Argument descriptions
|
||||
* *reference* ([cell](/features/value-types), [optional](/features/optional-arguments.md)). The number of the cell you wish to reference the column number of.
|
||||
* *reference* ([cell](/features/value-types#references), [optional](/features/optional-arguments.md)). The number of the cell you wish to reference the column number of.
|
||||
### Additional guidance
|
||||
* When referencing a range of cells, only the column number of the left most cell will be returned.
|
||||
* You are also able to reference complete columns instead of individual cells.
|
||||
|
||||
Reference in New Issue
Block a user