This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
COLUMNLETTER
|
COLUMNLETTER ( {reference} ) | ||||||||
Parameter | Type | Description | ||||||
reference | CellRef |
![]() |
A cell or a range of cells | |||||
The COLUMNLETTER function returns the column letter of reference.
reference can be a cell or a range of cells. If the reference argument is omitted, the default argument is the reference of the cell in which the COLUMNLETTER function is placed.
COLUMNLETTER(A9) //A
COLUMNLETTER(B1:B5) //B
COLUMNLETTER() //current column letter
Product: 4D
Theme: 4D View Pro Formulas
4D View Pro Reference ( 4D v19)