Returns the array in a single column.
Diese Funktion funktioniert in Google Sheets genauso wie in Excel — gleiche Syntax und Argumente.
TOCOL(array, [ignore], [scan_by_column])The TOCOL function transforms an array or range into a single column. It allows you to specify whether to ignore blanks or errors, and whether to scan the source data by row or by column.
=TOCOL(A1:B2)Ergebnis: Values in a single column
Converts the 2x2 range A1:B2 into a 4x1 column.
Yes, TOCOL flattens any array or range into a single column regardless of its original dimensions.