LibreOfficeDev 25.8 Help
xQCwR‖Transforms an array or range into a single column.
h3Kr2‖TOCOL(Array [; Ignore [; By_column]])
DzGBX‖Array: the array or range to return as a single column.
FCSvz‖Ignore: (optional) Whether to ignore certain types of values. By default, no values are ignored. Specify one of the following:
GDiV2‖0: Keep all values (default)
ySDuV‖1: Ignore blank cells
qsJVZ‖2: Ignore cells with errors
pEBgh‖3: Ignore both blank cells and error cells
U9F33‖By_column: (optional) Scan the array by column. By default, the array is scanned by row. Scanning determines whether the values are ordered by row or by column.
ffBcv‖The formula {=TOCOL(A1:E3)} returns the column
| AAA | 
| BBB | 
| CCC | 
| DDD | 
| EEE | 
| FFF | 
| 
 | 
| 
 | 
| III | 
| JJJ | 
| KKK | 
| LLL | 
| MMM | 
| NNN | 
| OOO | 
4Mfz9‖The formula =TOCOL(A1:E3;1) returns the column below without the blank cells.
| AAA | 
| BBB | 
| CCC | 
| DDD | 
| EEE | 
| FFF | 
| III | 
| JJJ | 
| KKK | 
| LLL | 
| MMM | 
| NNN | 
| OOO | 
RfRPP‖The formula =TOCOL(A1:E3;1;TRUE()) returns the column below without the blank cells, scanned by columns.
| AAA | 
| FFF | 
| KKK | 
| BBB | 
| LLL | 
| CCC | 
| MMM | 
| DDD | 
| III | 
| NNN | 
| EEE | 
| JJJ | 
| OOO | 
COM.MICROSOFT.TOCOL