Adds information about references and corrected syntax on Column

This is a test commit
This commit is contained in:
Tom
2025-09-25 19:14:22 +02:00
committed by Nicolás Hatcher Andrés
parent 763b43a590
commit c1c43143cc
2 changed files with 6 additions and 3 deletions

View File

@@ -66,4 +66,8 @@ Using IronCalc, a complex number is a string of the form "1+j3".
"#N/A" => #N/A
## Arrays
## 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.